]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/bcm/dat.h
merge
[plan9front.git] / sys / src / 9 / bcm / dat.h
index bbb287e6ab3e3509b65ee7daaa2685146c2d9b4d..0c4f7351f234daae7a727d8ac05be9dbab9adbb4 100644 (file)
@@ -281,17 +281,17 @@ struct DevConf
 
 struct Soc {                   /* SoC dependent configuration */
        ulong   dramsize;
-       uintptr physio;
+       ulong   iosize;
        uintptr busdram;
        uintptr busio;
+       uintptr physio;
+       uintptr virtio;
        uintptr armlocal;
        u32int  l1ptedramattrs;
        u32int  l2ptedramattrs;
 };
 extern Soc soc;
 
-#define BUSUNKNOWN -1
-
 /*
  * GPIO
  */