blob: 18bccee82e1203d516ebff965ee8a596b5e5e319 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */
#ifndef _COMPILER_H
#define _COMPILER_H
#ifndef __unused
#define __unused __attribute__((unused))
#endif
#endif