|
Linux Kernel
3.7.1
|
#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include <unistd.h>#include <netinet/in.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | boot_block |
Macros | |
| #define | IMGBLK 512 |
Typedefs | |
| typedef struct boot_block | boot_block_t |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| unsigned int | tmpbuf [IMGBLK/sizeof(unsigned int)] |
| typedef struct boot_block boot_block_t |
1.8.2