aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sxg/saharadbgdownloadB.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/sxg/saharadbgdownloadB.c')
-rw-r--r--drivers/staging/sxg/saharadbgdownloadB.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/sxg/saharadbgdownloadB.c b/drivers/staging/sxg/saharadbgdownloadB.c
new file mode 100644
index 00000000000..0d2ae149510
--- /dev/null
+++ b/drivers/staging/sxg/saharadbgdownloadB.c
@@ -0,0 +1,14 @@
+#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
+
+static u32 SBNumSections = 0x1;
+static u32 SBSectionSize[] =
+{
+ 0x0000c9a8, 0x0000000c, };
+
+static u32 SBSectionStart[] =
+{
+ 0x00000000, 0x00001fff, };
+
+static unsigned char SaharaUCodeB[1][1];