summaryrefslogtreecommitdiff
path: root/include/gba/gba.h
blob: 7e58efb9f16592c28358fd468a44a14c6fd14a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GUARD_GBA_GBA_H
#define GUARD_GBA_GBA_H

#include "defines.h"
#include "io_reg.h"
#include "types.h"
#include "multiboot.h"
#include "syscall.h"
#include "macro.h"
#include "isagbprint.h"

#endif // GUARD_GBA_GBA_H