@ -0,0 +1,9 @@
/*
* Copyright (C) 2022 Riyyi
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#define BIT(x) (1 << x)