Files
pcem/includes/private/flash/intel_flash.h
Michael J. Manley c640285964 Missed Headers
2022-04-14 14:41:14 -07:00

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_ */