Commit 5141cdaa authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] PA-RISC: Remove unused file

Remove unreferenced file
Signed-off-by: default avatarDomen Puncer <domen@coderock.org>
Signed-off-by: default avatarGrant Grundler <grundler@parisc-linux.org>
Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent cea79535
#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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment