summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/residual/residual.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-17 10:21:18 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-19 17:00:58 -0500
commitf33e6c06036ef618adc54763f7a48836844dcb0c (patch)
treed5cb0c4ac5ce8143cc4dd3c88da35af2fd24b873 /c/src/lib/libbsp/powerpc/shared/residual/residual.h
parentpowerpc/motorola_powerpc/include/bsp.h: Fix warnings (diff)
downloadrtems-f33e6c06036ef618adc54763f7a48836844dcb0c.tar.bz2
powerpc/shared/bootloader: Fix warnings
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/residual/residual.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/residual/residual.h b/c/src/lib/libbsp/powerpc/shared/residual/residual.h
index 3c6ae3739d..1bf1a34e20 100644
--- a/c/src/lib/libbsp/powerpc/shared/residual/residual.h
+++ b/c/src/lib/libbsp/powerpc/shared/residual/residual.h
@@ -16,6 +16,8 @@
#ifndef ASM
+#include <stdint.h>
+
#define MAX_CPUS 32 /* These should be set to the maximum */
#define MAX_MEMS 64 /* number possible for this system. */
#define MAX_DEVICES 256 /* Changing these will change the */
@@ -345,5 +347,10 @@ extern PnP_TAG_PACKET *PnP_find_small_vendor_packet(unsigned char *p,
extern PnP_TAG_PACKET *PnP_find_large_vendor_packet(unsigned char *p,
unsigned packet_type,
int n);
+/*
+ * Prototypes for methods called only from .S for dependency tracking
+ */
+uint32_t res_copy(void);
+
#endif /* ASM */
#endif /* ndef _RESIDUAL_ */