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
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
00047
00048 #endif