diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-09 23:57:33 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-10 00:49:54 +0100 |
commit | b060efcc7a81bcfc2fabcb242ab8f6312c3aa78f (patch) | |
tree | af0bbe36a7c96dfbab52d67c44273ef2877a3218 /Makefrag.am | |
parent | 3d30d7626d6041a8899137e6f39e6a26cae1f888 (diff) | |
download | gnumach-b060efcc7a81bcfc2fabcb242ab8f6312c3aa78f.tar.gz gnumach-b060efcc7a81bcfc2fabcb242ab8f6312c3aa78f.tar.bz2 gnumach-b060efcc7a81bcfc2fabcb242ab8f6312c3aa78f.zip |
device/dev_pager.c: remove forward declaration
* Makefrag.am: Include device/blkio.h.
* device/blkio.h: New file.
Add copyright.
[_DEVICE_BLKIO_H_]: Add ifndef.
(block_io_mmap): Add prototype.
* device/dev_pager.c: Include device/blkio.h.
(block_io_mmap): Remove forward declaration.
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am index 155635bb..c1387bd3 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -279,6 +279,7 @@ EXTRA_DIST += \ # TODO. Functions in device/subrs.c should each be moved elsewhere. libkernel_a_SOURCES += \ device/blkio.c \ + device/blkio.h \ device/buf.h \ device/chario.c \ device/chario.h \ |