Kernel - Working on VIA Video driver
[tpg/acess2.git] / KernelLand / Modules / Display / VIAVideo / common.h
diff --git a/KernelLand/Modules/Display/VIAVideo/common.h b/KernelLand/Modules/Display/VIAVideo/common.h
new file mode 100644 (file)
index 0000000..d6b5ba1
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ */
+#ifndef _VIAVIDEO__COMMON_H_
+#define _VIAVIDEO__COMMON_H_
+
+typedef struct sVIAVideo_Dev   tVIAVideo_Dev;
+
+struct sVIAVideo_Dev
+{
+       tPAddr  FramebufferPhys;
+       tPAddr  MMIOPhys;
+       
+       void    *Framebuffer;
+       Uint8   *MMIO;
+
+       tDrvUtil_Video_BufInfo  BufInfo;
+
+       size_t  FBSize;
+};
+
+#endif
+

UCC git Repository :: git.ucc.asn.au