blob: 0d2ae1495102ea1ad7a4ae0dc3d923171f9b5db2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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];
|