project-aster/aster/queue_allocation.h

14 lines
266 B
C

// =============================================
// Aster: queue_allocation.h
// Copyright (c) 2020-2024 Anish Bhobe
// =============================================
#pragma once
#include "global.h"
struct QueueAllocation
{
u32 m_Family;
u32 m_Count;
};