mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +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:
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);
|
||||
Reference in New Issue
Block a user