DeviceFileTypes.h 264 B

123456789101112
  1. /*
  2. * Copyright (c) 2021, Liav A. <liavalb@hotmail.co.il>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. #include <AK/DistinctNumeric.h>
  8. AK_TYPEDEF_DISTINCT_ORDERED_ID(unsigned, MajorNumber);
  9. AK_TYPEDEF_DISTINCT_ORDERED_ID(unsigned, MinorNumber);