mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-07 20:31:04 +03:00
39c93f63c8
This file will be used by userspace code later on, so let's move to the API directory.
13 lines
264 B
C
13 lines
264 B
C
/*
|
|
* 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);
|