summaryrefslogtreecommitdiff
path: root/arm9/lib/include/CARD_rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/CARD_rom.h')
-rw-r--r--arm9/lib/include/CARD_rom.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arm9/lib/include/CARD_rom.h b/arm9/lib/include/CARD_rom.h
new file mode 100644
index 00000000..327bc995
--- /dev/null
+++ b/arm9/lib/include/CARD_rom.h
@@ -0,0 +1,11 @@
+#ifndef NITRO_CARD_ROM_H_
+#define NITRO_CARD_ROM_H_
+
+typedef struct
+{
+ u32 offset;
+ u32 length;
+}
+CARDRomRegion;
+
+#endif //NITRO_CARD_ROM_H_