patch-2.4.20 linux-2.4.20/include/asm-parisc/bootdata.h
Next file: linux-2.4.20/include/asm-parisc/cache.h
Previous file: linux-2.4.20/include/asm-parisc/bitops.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
linux-2.4.19/include/asm-parisc/bootdata.h
- Orig date:
Tue Dec 5 12:29:39 2000
diff -urN linux-2.4.19/include/asm-parisc/bootdata.h linux-2.4.20/include/asm-parisc/bootdata.h
@@ -1,16 +0,0 @@
-#ifndef _PARISC_BOOTDATA_H
-#define _PARISC_BOOTDATA_H
-
-/* structure given from bootloader... */
-typedef struct {
- unsigned data_valid_signature,
- initrd_start,
- initrd_end;
- char commandline[1024];
-} bootdata_t;
-
-#define BOOTDATA_DATA_VALID_SIGNATURE 0xC0400000
-
-#define BOOTDATA_PTR ((bootdata_t*) 0xC0400000)
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)