summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 15:35:10 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-10 10:17:33 -0500
commitef4c4612e2c21feae24c0ea47a83942cbcebc465 (patch)
treea5415da86f64e02c33a54c9da7dcf134762c0be1 /c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c
parentpowerpc/ep1a: Remove if 0 sections (diff)
downloadrtems-ef4c4612e2c21feae24c0ea47a83942cbcebc465.tar.bz2
arm/nds: Warning clean up
This patch eliminates most of the warnings in this BSP but attempts very little clean up. This BSP includes copies of a lot of code from free NDS libraries and modifications should be kept to a minimum.
Diffstat (limited to 'c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c')
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c
index 2e2c2a27c8..8335635c33 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/boxtest.c
@@ -30,6 +30,17 @@
#include <nds/arm9/video.h>
#include <nds/arm9/videoGL.h>
+/*
+ * Prototypes
+ *
+ * NOTE: This code appears to be externally available test code.
+ */
+void BoxTest_Asynch(v16 x, v16 y, v16 z, v16 width, v16 height, v16 depth);
+int BoxTestf(float x, float y, float z, float width, float height, float depth);
+void BoxTestf_Asynch(float x, float y, float z, float width, float height, float depth);
+int BoxTestResult(void);
+int BoxTest(v16 x, v16 y, v16 z, v16 width, v16 height, v16 depth);
+
//---------------------------------------------------------------------------------
void BoxTest_Asynch(v16 x, v16 y, v16 z, v16 width, v16 height, v16 depth)
//---------------------------------------------------------------------------------