Include guards on our headers

This commit is contained in:
Jasmine Iwanek
2022-02-18 19:42:21 -05:00
parent 7d3cfc0fe5
commit 7fc893bdb0
127 changed files with 472 additions and 277 deletions

View File

@@ -14,6 +14,9 @@
* Copyright 2020 Miran Grca.
*/
#ifndef EMU_FLASH_H
# define EMU_FLASH_H
extern const device_t catalyst_flash_device;
extern const device_t intel_flash_bxt_ami_device;
@@ -25,4 +28,6 @@ extern const device_t sst_flash_29ee020_device;
extern const device_t winbond_flash_w29c020_device;
extern const device_t sst_flash_39sf010_device;
extern const device_t sst_flash_39sf020_device;
extern const device_t sst_flash_39sf040_device;
extern const device_t sst_flash_39sf040_device;
#endif /*EMU_FLASH_H*/