]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/ps3.h
[PATCH] mark struct file_operations const 6
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / ps3.h
index 4f5a1e01fdace5454a9bfa78e369f3592b61ff90..e5982ad465763b2052e55f20d20b5b135e284f17 100644 (file)
@@ -388,4 +388,13 @@ struct ps3_vuart_port_device {
 
 int ps3_vuart_port_device_register(struct ps3_vuart_port_device *dev);
 
+struct ps3_prealloc {
+    const char *name;
+    void *address;
+    unsigned long size;
+    unsigned long align;
+};
+
+extern struct ps3_prealloc ps3fb_videomemory;
+
 #endif