summaryrefslogtreecommitdiff
path: root/drivers/staging/sxg/saharadownloadB.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/sxg/saharadownloadB.c')
-rw-r--r--drivers/staging/sxg/saharadownloadB.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/sxg/saharadownloadB.c b/drivers/staging/sxg/saharadownloadB.c
new file mode 100644
index 000000000000..3643c4814968
--- /dev/null
+++ b/drivers/staging/sxg/saharadownloadB.c
@@ -0,0 +1,16 @@
+#define SAHARA_B_UCODE_VERS_STRING "$Revision: 1.1 $"
+#define SAHARA_B_UCODE_VERS_DATE "$Date: 2008/08/19 00:05:59 $"
+#define SAHARA_B_UCODE_HOSTIF_ID 3
+
+#if 0
+static u32 SBNumSections = 0x1;
+static u32 SBSectionSize[] =
+{
+ 0x0000c9a8, 0x0000000c, };
+
+static u32 SBSectionStart[] =
+{
+ 0x00000000, 0x00001fff, };
+
+static unsigned char SaharaUCodeB[1][1];
+#endif