summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/kvm_private.h
blob: b73fbae05acbfffe91529628cb46053d9798921a (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 const kvm_symval_t rtems_kvm_symbols[];

#endif