diff options
Diffstat (limited to 'include/apos/dmem.h')
| -rw-r--r-- | include/apos/dmem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/apos/dmem.h b/include/apos/dmem.h index 59083cb..38476ec 100644 --- a/include/apos/dmem.h +++ b/include/apos/dmem.h @@ -1,6 +1,11 @@ #ifndef APOS_DEV_H #define APOS_DEV_H +/** + * @file dmem.h + * Device memory handling, i.e. anything outside of RAM. + */ + #include <apos/types.h> #include <apos/vmem.h> |
