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