5 lines
112 B
C
5 lines
112 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define STR_HELPER(x) #x
|
|
#define STR(x) STR_HELPER(x) |