diff options
author | red031000 <rubenru09@aol.com> | 2020-06-12 18:08:19 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-12 18:08:19 +0100 |
commit | 5c34c97254b35f93d9254e63265446f9f7d50817 (patch) | |
tree | 5c124f89c7770a34c20a968cf05456e75d36cae1 /arm7/lib/include/PXI_fifo.h | |
parent | e672765bfe4b9272e91309872b01730dc3b6d3f7 (diff) |
arm7 OS_reset
Diffstat (limited to 'arm7/lib/include/PXI_fifo.h')
-rw-r--r-- | arm7/lib/include/PXI_fifo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm7/lib/include/PXI_fifo.h b/arm7/lib/include/PXI_fifo.h new file mode 100644 index 00000000..6d634f72 --- /dev/null +++ b/arm7/lib/include/PXI_fifo.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_ARM7_PXI_FIFO_H +#define POKEDIAMOND_ARM7_PXI_FIFO_H + +#include "nitro/PXI_fifo_shared.h" + +#endif //POKEDIAMOND_ARM7_PXI_FIFO_H |