mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
Kernel: Tidy up FileDescriptor members a bit.
This commit is contained in:
parent
123283d840
commit
237628a7a6
5 changed files with 10 additions and 13 deletions
|
@ -8,7 +8,7 @@ class FileDescriptor;
|
|||
|
||||
class FIFO final : public File {
|
||||
public:
|
||||
enum Direction {
|
||||
enum class Direction : byte {
|
||||
Neither, Reader, Writer
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue