misc.h

Go to the documentation of this file.
00001 
00022 #ifndef _RTAI_MISC_H
00023 #define _RTAI_MISC_H
00024 
00025 #include <rtai/types.h>
00026 
00027 #if !defined(__KERNEL__) && !defined(__RTAI_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__ || __RTAI_SIM__) */
00047 
00048 #endif /* !_RTAI_MISC_H */

Generated on Wed Jun 22 22:54:02 2005 for RTAI Fusion API by  doxygen 1.4.1