Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _FLASH_H
0003 #define _FLASH_H
0004 
0005 #define CMD_WRITE_DISABLE    0
0006 #define CMD_WRITE_ENABLE     0x28
0007 #define CMD_WRITE_BASE64K_ENABLE 0x47
0008 
0009 #endif /* _FLASH_H */