diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-03-08 12:16:48 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-03-08 12:16:48 +0100 |
commit | 5e3d036d3a10d919e54035b1365005f26886ed75 (patch) | |
tree | ca6b2057457603abd4339f918a8879fb4dc4957b /src/kernel/config.h | |
parent | 3995fb8aee32783d3386d82a5a6910a86c7bf38c (diff) | |
download | kogata-5e3d036d3a10d919e54035b1365005f26886ed75.tar.gz kogata-5e3d036d3a10d919e54035b1365005f26886ed75.zip |
Change VFS a bit in preparation for IPC code : ...
Handles now have a copy of data and ops, and may reference a null node
in the case of an IPC channel.
Diffstat (limited to 'src/kernel/config.h')
-rw-r--r-- | src/kernel/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/config.h b/src/kernel/config.h index 96e9aa1..e7b9591 100644 --- a/src/kernel/config.h +++ b/src/kernel/config.h @@ -1,3 +1,5 @@ +#pragma once + #if !defined(__cplusplus) #include <stdbool.h> #endif |