diff options
Diffstat (limited to 'os/boot/puma/boot.h')
| -rw-r--r-- | os/boot/puma/boot.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/os/boot/puma/boot.h b/os/boot/puma/boot.h new file mode 100644 index 00000000..afa9ab30 --- /dev/null +++ b/os/boot/puma/boot.h @@ -0,0 +1,12 @@ +#include <u.h> +#include "lib.h" + +#include "mem.h" +#include "dat.h" +#include "fns.h" +#include "io.h" +#include "ureg.h" + +#include "armv4.h" +#include "puma.h" + |
