mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +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
|
@ -11,9 +11,9 @@
|
|||
#define VIRTIO_GPU_MAX_SCANOUTS 16
|
||||
|
||||
namespace Kernel::Graphics::VirtIOGPU {
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u32, ContextID);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u32, ResourceID);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u32, ScanoutID);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u32, ContextID);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u32, ResourceID);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u32, ScanoutID);
|
||||
};
|
||||
|
||||
#define VREND_MAX_CTX 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue