source:
trunk/minix/drivers/memory/imgrd.c@
21
Last change on this file since 21 was 9, checked in by , 14 years ago | |
---|---|
File size: 172 bytes |
Line | |
---|---|
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.