source: rtems-libbsd/rtemsbsd/rtems/kvm_private.h @ f0aaa04

55-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since f0aaa04 was 5b4394f, checked in by Sebastian Huber <sebastian.huber@…>, on 05/06/16 at 19:40:49

Add namespace support for kvm

  • Property mode set to 100644
File size: 202 bytes
Line 
1#ifndef __KVM_PRIVATE_h
2#define __KVM_PRIVATE_h
3
4#include <stdint.h>
5
6typedef struct {
7  const char *symbol;
8  uintptr_t   value;
9} kvm_symval_t;
10
11extern const kvm_symval_t rtems_kvm_symbols[];
12
13#endif
Note: See TracBrowser for help on using the repository browser.