diff options
Diffstat (limited to 'arch/mips/include/asm/mips-boards/prom.h')
-rw-r--r-- | arch/mips/include/asm/mips-boards/prom.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/include/asm/mips-boards/prom.h b/arch/mips/include/asm/mips-boards/prom.h index a9db576a9768..e7aed3e4ff58 100644 --- a/arch/mips/include/asm/mips-boards/prom.h +++ b/arch/mips/include/asm/mips-boards/prom.h | |||
@@ -39,9 +39,9 @@ extern int get_ethernet_addr(char *ethernet_addr); | |||
39 | /* Memory descriptor management. */ | 39 | /* Memory descriptor management. */ |
40 | #define PROM_MAX_PMEMBLOCKS 32 | 40 | #define PROM_MAX_PMEMBLOCKS 32 |
41 | struct prom_pmemblock { | 41 | struct prom_pmemblock { |
42 | unsigned long base; /* Within KSEG0. */ | 42 | unsigned long base; /* Within KSEG0. */ |
43 | unsigned int size; /* In bytes. */ | 43 | unsigned int size; /* In bytes. */ |
44 | unsigned int type; /* free or prom memory */ | 44 | unsigned int type; /* free or prom memory */ |
45 | }; | 45 | }; |
46 | 46 | ||
47 | #endif /* !(_MIPS_PROM_H) */ | 47 | #endif /* !(_MIPS_PROM_H) */ |