sparc: expand cpu table
[deliverable/linux.git] / arch / sparc / kernel / prom_common.c
index 95e8e5d1b0fbaf2eb213e392aacb6271af17f2d9..2736f3d74c7f23703c08a0bc7f50272891d89ab7 100644 (file)
 
 #include "prom.h"
 
+struct device_node *of_console_device;
+EXPORT_SYMBOL(of_console_device);
+
+char *of_console_path;
+EXPORT_SYMBOL(of_console_path);
+
+char *of_console_options;
+EXPORT_SYMBOL(of_console_options);
+
 struct device_node *of_find_node_by_phandle(phandle handle)
 {
        struct device_node *np;
This page took 0.024288 seconds and 5 git commands to generate.