1 /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ 2 #ifndef _COMPILER_H 3 #define _COMPILER_H 4 5 #ifndef __unused 6 #define __unused __attribute__((unused)) 7 #endif 8 9 #endif 10