|
Linux Kernel
3.7.1
|
#include <stdarg.h>#include <stddef.h>#include "types.h"#include "elf.h"#include "string.h"#include "stdio.h"#include "page.h"#include "ops.h"#include "reg.h"#include "io.h"#include "dcr.h"#include "4xx.h"#include "44x.h"Go to the source code of this file.
Macros | |
| #define | EBONY_FPGA_PATH "/plb/opb/ebc/fpga" |
| #define | EBONY_FPGA_FLASH_SEL 0x01 |
| #define | EBONY_SMALL_FLASH_PATH "/plb/opb/ebc/small-flash" |
Functions | |
| void | ebony_init (void *mac0, void *mac1) |
1.8.2