Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2089 | Rev 2445 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | 39 | ||
| 40 | /** |
40 | /** |
| 41 | * RAM disk version |
41 | * RAM disk version |
| 42 | */ |
42 | */ |
| 43 | #define RD_VERSION 0 |
43 | #define RD_VERSION 1 |
| 44 | 44 | ||
| 45 | /** |
45 | /** |
| 46 | * RAM disk magic number |
46 | * RAM disk magic number |
| 47 | */ |
47 | */ |
| 48 | #define RD_MAGIC_SIZE 4 |
48 | #define RD_MAGIC_SIZE 4 |