no-OS
platform_includes.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __PLATFORM_INCLUDES_H__
34 #define __PLATFORM_INCLUDES_H__
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #ifdef LINUX_PLATFORM
40 #include "linux/parameters.h"
41 #endif
42 
43 #endif /* __PLATFORM_INCLUDES_H__ */