Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions | Variables
mktree.c File Reference
#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)]
 

Macro Definition Documentation

#define IMGBLK   512

Definition at line 38 of file mktree.c.

Typedef Documentation

Function Documentation

int main ( int  argc,
char argv[] 
)

Definition at line 41 of file mktree.c.

Variable Documentation

unsigned int tmpbuf[IMGBLK/sizeof(unsigned int)]

Definition at line 39 of file mktree.c.