1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:14:58 +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:
Liav A 2023-04-28 16:11:08 +03:00 committed by Andrew Kaster
parent 0c14a2aba7
commit 39c93f63c8
3 changed files with 2 additions and 6 deletions

View 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);