mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
12 lines
148 B
C
Executable File
12 lines
148 B
C
Executable File
/*
|
|
* Interface for the bootstrap code.
|
|
*/
|
|
|
|
#ifndef BOOTSTRAP_H
|
|
#define BOOTSTRAP_H
|
|
|
|
extern WORD PtrROMImage[];
|
|
extern WORD TtyROMImage[];
|
|
|
|
#endif
|