X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fprom.h;h=31dcb92fbae0cc27039c33c189c3f73d2730a09a;hb=c73fcc846c91f53fd2c67fd9c6c04888a9e5892e;hp=e83896f3c141a3178c791be8dcf8c0b180b5aa98;hpb=e679c5f445fe142940e0962de9c5c82f10d9357c;p=powerpc.git diff --git a/include/asm-sparc64/prom.h b/include/asm-sparc64/prom.h index e83896f3c1..31dcb92fba 100644 --- a/include/asm-sparc64/prom.h +++ b/include/asm-sparc64/prom.h @@ -25,6 +25,7 @@ #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) +#define of_node_cmp(s1, s2) strcmp((s1), (s2)) typedef u32 phandle; typedef u32 ihandle; @@ -93,5 +94,9 @@ static inline void of_node_put(struct device_node *node) */ #include +extern struct device_node *of_console_device; +extern char *of_console_path; +extern char *of_console_options; + #endif /* __KERNEL__ */ #endif /* _SPARC64_PROM_H */