diff options
Diffstat (limited to 'common/uapi/conf.c')
| -rw-r--r-- | common/uapi/conf.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/uapi/conf.c b/common/uapi/conf.c index 25677ef..a30333b 100644 --- a/common/uapi/conf.c +++ b/common/uapi/conf.c @@ -1,3 +1,10 @@ +/** + * @file conf.c + * Runtime configuration sycall implementations. + * + * At the moment there are not runtime configuration parameters. + */ + #include <apos/power.h> #include <apos/sizes.h> #include <apos/uapi.h> |
