|
Linux Kernel
3.7.1
|
#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <fdt.h>#include <libfdt_env.h>#include "util.h"Go to the source code of this file.
Macros | |
| #define | ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) |
| #define | PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) |
| #define | GET_CELL(p) (p += 4, *((const uint32_t *)(p-4))) |
Functions | |
| int | main (int argc, char *argv[]) |
1.8.2