aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/slicoss/gbdownload.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/slicoss/gbdownload.h')
-rw-r--r--drivers/staging/slicoss/gbdownload.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/slicoss/gbdownload.h b/drivers/staging/slicoss/gbdownload.h
index 0350fb96c23..794432bd1d7 100644
--- a/drivers/staging/slicoss/gbdownload.h
+++ b/drivers/staging/slicoss/gbdownload.h
@@ -1,14 +1,14 @@
-#define MOJAVE_UCODE_VERS_STRING "$Revision: 1.2 $"
-#define MOJAVE_UCODE_VERS_DATE "$Date: 2006/03/27 15:12:22 $"
+#define MOJAVE_UCODE_VERS_STRING "1.2"
+#define MOJAVE_UCODE_VERS_DATE "2006/03/27 15:12:22"
#define MOJAVE_UCODE_HOSTIF_ID 3
-static LONG MNumSections = 0x2;
-static ULONG MSectionSize[] =
+static s32 MNumSections = 0x2;
+static u32 MSectionSize[] =
{
0x00008000, 0x00010000,
};
-static ULONG MSectionStart[] =
+static u32 MSectionStart[] =
{
0x00000000, 0x00008000,
};