blob: dc3c3f87638c3a6a542101cc0297c73502d569e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef GBA_H
#define GBA_H
#include <string.h>
#include "defines.h"
#include "io_reg.h"
#include "types.h"
#include "multi_boot.h"
#include "syscall.h"
#include "macro.h"
#include "isagbprint.h"
#endif // GBA_H
|