mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel: Move FileSystem/DeviceFileTypes.h => API/DeviceFileTypes.h
This file will be used by userspace code later on, so let's move to the API directory.
This commit is contained in:
parent
0c14a2aba7
commit
39c93f63c8
Notes:
sideshowbarker
2024-07-17 08:59:18 +09:00
Author: https://github.com/supercomputer7
Commit: 39c93f63c8
Pull-request: https://github.com/SerenityOS/serenity/pull/18574
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
3 changed files with 2 additions and 6 deletions
12
Kernel/API/DeviceFileTypes.h
Normal file
12
Kernel/API/DeviceFileTypes.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Liav A. <liavalb@hotmail.co.il>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/DistinctNumeric.h>
|
||||
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(unsigned, MajorNumber);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(unsigned, MinorNumber);
|
Loading…
Add table
Add a link
Reference in a new issue