forked from Imagelibrary/rtems
2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_bsdnet_internal.h: Move #include <rtems.h> out of C++-guard.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/rtems/rtems_bsdnet_internal.h: Move
|
||||
#include <rtems.h> out of C++-guard.
|
||||
|
||||
2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/Makefile.am: Reformat.
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
#ifndef _RTEMS_RTEMS_BSDNET_INTERNAL_H
|
||||
#define _RTEMS_RTEMS_BSDNET_INTERNAL_H
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
typedef unsigned int vm_offset_t;
|
||||
typedef long long vm_ooffset_t;
|
||||
typedef unsigned int vm_pindex_t;
|
||||
|
||||
Reference in New Issue
Block a user