include/native/misc.h

Go to the documentation of this file.
00001 
00022 #ifndef _XENO_MISC_H
00023 #define _XENO_MISC_H
00024 
00025 #include <native/types.h>
00026 
00027 #if !defined(__KERNEL__) && !defined(__XENO_SIM__)
00028 
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032 
00033 /* Public interface. */
00034 
00035 int rt_misc_get_io_region(unsigned long start,
00036                           unsigned long len,
00037                           const char *label);
00038 
00039 int rt_misc_put_io_region(unsigned long start,
00040                           unsigned long len);
00041 
00042 #ifdef __cplusplus
00043 }
00044 #endif
00045 
00046 #endif /* !(__KERNEL__ || __XENO_SIM__) */
00047 
00048 #endif /* !_XENO_MISC_H */

Generated on Mon Dec 25 13:57:10 2006 for Xenomai API by  doxygen 1.4.6