From f33e6c06036ef618adc54763f7a48836844dcb0c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Oct 2014 10:21:18 -0500 Subject: powerpc/shared/bootloader: Fix warnings --- c/src/lib/libbsp/powerpc/shared/residual/residual.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/shared/residual/residual.h') 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 + #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_ */ -- cgit v1.2.3