Back to home page

OSCL-LXR

 
 

    


0001 #ifndef PLATFORM_DATA_X86_APPLE_H
0002 #define PLATFORM_DATA_X86_APPLE_H
0003 
0004 #ifdef CONFIG_X86
0005 /**
0006  * x86_apple_machine - whether the machine is an x86 Apple Macintosh
0007  */
0008 extern bool x86_apple_machine;
0009 #else
0010 #define x86_apple_machine false
0011 #endif
0012 
0013 #endif