|
Linux Kernel
3.7.1
|
#include <linux/vmalloc.h>#include <linux/slab.h>#include <asm/uaccess.h>#include "hysdn_defs.h"#include "hysdn_pof.h"Go to the source code of this file.
Data Structures | |
| struct | boot_data |
Macros | |
| #define | POF_READ_FILE_HEAD 0 |
| #define | POF_READ_TAG_HEAD 1 |
| #define | POF_READ_TAG_DATA 2 |
Functions | |
| int | pof_write_buffer (hysdn_card *card, int datlen) |
| int | pof_write_open (hysdn_card *card, unsigned char **bufp) |
| int | pof_write_close (hysdn_card *card) |
| int | EvalSysrTokData (hysdn_card *card, unsigned char *cp, int len) |
| #define POF_READ_FILE_HEAD 0 |
Definition at line 24 of file hysdn_boot.c.
| #define POF_READ_TAG_DATA 2 |
Definition at line 26 of file hysdn_boot.c.
| #define POF_READ_TAG_HEAD 1 |
Definition at line 25 of file hysdn_boot.c.
| int EvalSysrTokData | ( | hysdn_card * | card, |
| unsigned char * | cp, | ||
| int | len | ||
| ) |
Definition at line 337 of file hysdn_boot.c.
| int pof_write_buffer | ( | hysdn_card * | card, |
| int | datlen | ||
| ) |
Definition at line 174 of file hysdn_boot.c.
| int pof_write_close | ( | hysdn_card * | card | ) |
Definition at line 313 of file hysdn_boot.c.
| int pof_write_open | ( | hysdn_card * | card, |
| unsigned char ** | bufp | ||
| ) |
Definition at line 271 of file hysdn_boot.c.
1.8.2