diff options
| author | Revo <projectrevotpp@hotmail.com> | 2020-10-21 13:56:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-21 13:56:17 -0400 |
| commit | 8ce8252467021df062d90f73c7834ed88d42423d (patch) | |
| tree | 8a7dc3da6a66c25eeaed3bdf06272f1ac2db7749 /include | |
| parent | 4581af32be3e319a811e5551b7179ae4d0f18fc1 (diff) | |
| parent | 945241d45eb302775eaa656a73e21072081a4f57 (diff) | |
Merge pull request #296 from red031000/master
arm9 pxi_fifo
Diffstat (limited to 'include')
| -rw-r--r-- | include/nitro/PXI_fifo_shared.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/nitro/PXI_fifo_shared.h b/include/nitro/PXI_fifo_shared.h index 2698e89d..297625a1 100644 --- a/include/nitro/PXI_fifo_shared.h +++ b/include/nitro/PXI_fifo_shared.h @@ -13,6 +13,12 @@ #ifndef POKEDIAMOND_PXI_FIFO_SHARED_H #define POKEDIAMOND_PXI_FIFO_SHARED_H +typedef enum +{ + PXI_PROC_ARM9 = 0, + PXI_PROC_ARM7 = 1 +} PXIProc; + typedef enum { PXI_FIFO_TAG_EX = 0, // Extension format PXI_FIFO_TAG_USER_0, // for application programmer, use it in free |
