Lazuli
Loading...
Searching...
No Matches
common_asm.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-3.0-only
3 * This file is part of Lazuli.
4 */
5
15#ifndef LAZULI_COMMON_ASM_H
16#define LAZULI_COMMON_ASM_H
17
30#define POSITION(X) (1U << (X))
31
32#endif /* LAZULI_COMMON_ASM_H */