summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/kvm_private.h
blob: 5b9c9b048926bc2e4f410496f829288f454978e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __KVM_PRIVATE_h
#define __KVM_PRIVATE_h

#include <stdint.h>

typedef struct {
  const char *symbol;
  uintptr_t   value;
} kvm_symval_t;

extern kvm_symval_t rtems_kvm_symbols[];

#endif