]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/slicoss/gbdownload.h
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6-omap-h63xx.git] / drivers / staging / slicoss / gbdownload.h
index 0350fb96c23f4340513242644e2e56cf34cd6f9d..794432bd1d7734d6e3cee0e7b4fccdf386ab0491 100644 (file)
@@ -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,
 };