mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
10 lines
294 B
C
10 lines
294 B
C
#ifndef _INTEL_FLASH_H_
|
|
#define _INTEL_FLASH_H_
|
|
extern device_t intel_flash_bxt_ami_device;
|
|
extern device_t intel_flash_bxt_device;
|
|
extern device_t intel_flash_bxb_device;
|
|
extern device_t intel_flash_28fb200bxt_device;
|
|
extern device_t intel_flash_28f002bc_device;
|
|
|
|
#endif /* _INTEL_FLASH_H_ */
|