mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Finished adding untested shm syscalls. Finished adding untested l4 send/recv helpers Everything compiles. Now going to fix lots of bugs ;-)
8 lines
129 B
C
8 lines
129 B
C
#ifndef __RAMDISK_H__
|
|
#define __RAMDISK_H__
|
|
|
|
extern struct block_device ramdisk[];
|
|
extern struct block_device ramdisk[];
|
|
|
|
#endif
|