Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
platformflash.h
Go to the documentation of this file.
1 
6 /* Embedded XINU, Copyright (C) 2009. All rights reserved. */
7 
8 #ifndef _PLATFORMFLASH_H_
9 #define _PLATFORMFLASH_H_
10 
11 /* commands for data gathering */
12 #ifdef CFI_ASUS
13 #define CFI_QUERY_EXIT 0xF0
14 #else
15 #define CFI_QUERY_EXIT 0xFF
16 #endif
17 
18 #endif /* _FLASH_H_ */