Components/IFS/src/include/IFS/Control.h
Go to the documentation of this file.
1 /****
2  * Control.h
3  *
4  * Copyright 2019 mikee47 <mike@sillyhouse.net>
5  *
6  * This file is part of the IFS Library
7  *
8  * This library is free software: you can redistribute it and/or modify it under the terms of the
9  * GNU General Public License as published by the Free Software Foundation, version 3 or later.
10  *
11  * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
12  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13  * See the GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License along with this library.
16  * If not, see <https://www.gnu.org/licenses/>.
17  *
18  ****/
19 
20 #pragma once
21 
22 #include <cstdint>
23 
24 namespace IFS
25 {
31 enum ControlCode : uint16_t {
48  FCNTL_USER_BASE = 0x8000,
49 };
50 
51 } // namespace IFS
@ FCNTL_GET_MD5_HASH
Get stored MD5 hash for file.
Definition: Components/IFS/src/include/IFS/Control.h:76
Definition: DirectoryTemplate.h:36
ControlCode
See IFS::IFileSystem::fcontrol
Definition: Components/IFS/src/include/IFS/Control.h:48
@ FCNTL_USER_BASE
Start of user-defined codes.
Definition: Components/IFS/src/include/IFS/Control.h:82