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

55-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since e58b898 was e599318, checked in by Sebastian Huber <sebastian.huber@…>, on 10/09/13 at 20:52:54

Update files to match FreeBSD layout

Add compatibility with Newlib header files. Some FreeBSD header files
are mapped by the translation script:

o rtems/bsd/sys/_types.h
o rtems/bsd/sys/errno.h
o rtems/bsd/sys/lock.h
o rtems/bsd/sys/param.h
o rtems/bsd/sys/resource.h
o rtems/bsd/sys/time.h
o rtems/bsd/sys/timespec.h
o rtems/bsd/sys/types.h
o rtems/bsd/sys/unistd.h

It is now possible to include <sys/socket.h> directly for example.

Generate one Makefile which builds everything including tests.

  • Property mode set to 100644
File size: 196 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 kvm_symval_t rtems_kvm_symbols[];
12
13#endif
Note: See TracBrowser for help on using the repository browser.