From 5c34c97254b35f93d9254e63265446f9f7d50817 Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 12 Jun 2020 18:08:19 +0100 Subject: arm7 OS_reset --- arm9/lib/include/PXI_fifo.h | 35 ++++------------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) (limited to 'arm9/lib/include/PXI_fifo.h') diff --git a/arm9/lib/include/PXI_fifo.h b/arm9/lib/include/PXI_fifo.h index 1d45dda2..45caa906 100644 --- a/arm9/lib/include/PXI_fifo.h +++ b/arm9/lib/include/PXI_fifo.h @@ -1,33 +1,6 @@ -// -// Created by red031000 on 2020-05-06. -// +#ifndef POKEDIAMOND_ARM9_PXI_FIFO_H +#define POKEDIAMOND_ARM9_PXI_FIFO_H -#ifndef POKEDIAMOND_PXI_FIFO_H -#define POKEDIAMOND_PXI_FIFO_H +#include "nitro/PXI_fifo_shared.h" -#include "function_target.h" - -ENUMS_ALWAYS_INT_ON -typedef enum { - PXI_FIFO_TAG_EX = 0, // Extension format - PXI_FIFO_TAG_USER_0, // for application programmer, use it in free - PXI_FIFO_TAG_USER_1, // for application programmer, use it in free - PXI_FIFO_TAG_SYSTEM, // SDK inner usage - PXI_FIFO_TAG_NVRAM, // NVRAM - PXI_FIFO_TAG_RTC, // RTC - PXI_FIFO_TAG_TOUCHPANEL, // Touch Panel - PXI_FIFO_TAG_SOUND, // Sound - PXI_FIFO_TAG_PM, // Power Management - PXI_FIFO_TAG_MIC, // Microphone - PXI_FIFO_TAG_WM, // Wireless Manager - PXI_FIFO_TAG_FS, // File System - PXI_FIFO_TAG_OS, // OS - PXI_FIFO_TAG_CTRDG, // Cartridge - PXI_FIFO_TAG_CARD, // Card - PXI_FIFO_TAG_WVR, // Control driving wireless library - PXI_FIFO_TAG_CTRDG_Ex, // Cartridge Ex - PXI_MAX_FIFO_TAG = 32 // MAX FIFO TAG -} PXIFifoTag; -ENUMS_ALWAYS_INT_RESET - -#endif //POKEDIAMOND_PXI_FIFO_H +#endif //POKEDIAMOND_ARM9_PXI_FIFO_H -- cgit v1.2.3