diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-09-12 01:29:55 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-09-12 01:29:55 +0000 |
commit | 545f435ebcfd94a1e7c20b46efe81b4d6ac4e698 (patch) | |
tree | e9ce4bc598d06374bda906f18365984bf22a526a /include/asm-ppc/residual.h | |
parent | 4291a610eef89d0d5c69d9a10ee6560e1aa36c74 (diff) |
Merge with Linux 2.1.55. More bugfixes and goodies from my private
CVS archive.
Diffstat (limited to 'include/asm-ppc/residual.h')
-rw-r--r-- | include/asm-ppc/residual.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc/residual.h b/include/asm-ppc/residual.h index 3812decf6..428dd22f7 100644 --- a/include/asm-ppc/residual.h +++ b/include/asm-ppc/residual.h @@ -13,6 +13,8 @@ #ifndef _RESIDUAL_ #define _RESIDUAL_ +#ifndef __ASSEMBLY__ + #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 */ @@ -311,5 +313,9 @@ typedef struct _RESIDUAL { unsigned char DevicePnPHeap[2*MAX_DEVICES*AVE_PNP_SIZE]; } RESIDUAL; + +extern RESIDUAL res; +void print_residual_device_info(void); +#endif /* __ASSEMBLY__ */ #endif /* ndef _RESIDUAL_ */ |