source:
trunk/minix/drivers/memory/imgrd.c@
15
Last change on this file since 15 was 9, checked in by , 14 years ago | |
---|---|
File size: 172 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* |
2 | Ramdisk that is part of the image | |
3 | */ | |
4 | ||
5 | #include <stddef.h> | |
6 | ||
7 | #include "local.h" | |
8 | ||
9 | unsigned char imgrd[]= | |
10 | { | |
11 | #include "ramdisk/image.c" | |
12 | }; | |
13 | ||
14 | size_t imgrd_size= sizeof(imgrd); |
Note:
See TracBrowser
for help on using the repository browser.