|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | IOCTL_BUF_SIZE 4096 |
| #define | HEADER_LEN 28 |
| #define | SIZE_OFFSET 16 |
| #define | FLASH_OK 0x000000 |
| #define | FAIL_OPEN_BIOS_FILE 0x000100 |
| #define | FAIL_FILE_SIZE 0x000a00 |
| #define | FAIL_PARAMETERS 0x000b00 |
| #define | FAIL_OUT_MEMORY 0x000c00 |
| #define | FLASH_IN_PROGRESS 0x001000 |
| #define FAIL_FILE_SIZE 0x000a00 |
Definition at line 51 of file pm8001_ctl.h.
| #define FAIL_OPEN_BIOS_FILE 0x000100 |
Definition at line 50 of file pm8001_ctl.h.
| #define FAIL_OUT_MEMORY 0x000c00 |
Definition at line 53 of file pm8001_ctl.h.
| #define FAIL_PARAMETERS 0x000b00 |
Definition at line 52 of file pm8001_ctl.h.
| #define FLASH_IN_PROGRESS 0x001000 |
Definition at line 54 of file pm8001_ctl.h.
| #define FLASH_OK 0x000000 |
Definition at line 49 of file pm8001_ctl.h.
| #define HEADER_LEN 28 |
Definition at line 45 of file pm8001_ctl.h.
| #define IOCTL_BUF_SIZE 4096 |
Definition at line 44 of file pm8001_ctl.h.
| #define SIZE_OFFSET 16 |
Definition at line 46 of file pm8001_ctl.h.
1.8.2