mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
This commit is contained in:
parent
5a106b6401
commit
8150d71821
15 changed files with 44 additions and 43 deletions
|
@ -13,9 +13,9 @@
|
|||
|
||||
namespace Kernel::PCI {
|
||||
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u8, BusNumber);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u8, DeviceNumber);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u8, FunctionNumber);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u8, BusNumber);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u8, DeviceNumber);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u8, FunctionNumber);
|
||||
|
||||
class HostController {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue