summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace/rtems/kvm_private.h
blob: 7655511a47954ffc0f30875837c7e47c40dc60dc (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;

kvm_symval_t rtems_kvm_symbols[];

#endif