]> Shamusworld >> Repos - apple2/blob - src/firmware/a2hs-scsi.h
2a45a73caaf7885c826ed74a2244cf3f5b793b6d
[apple2] / src / firmware / a2hs-scsi.h
1 #ifndef __A2HS_SCSI_H__
2 #define __A2HS_SCSI_H__
3
4 #include <stdint.h>
5
6 extern uint8_t a2hsScsiROM[0x8000];
7
8 #endif  // __A2HS_SCSI_H__
9