blob: ee8220f8dcf5f5e16662580cc5c35ac66c322048 [file] [log] [blame]
Christopher Ferris25981132017-11-14 16:53:49 -08001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Christopher Ferrisa1a109e2018-01-31 15:03:12 -08002#include <linux/compiler_types.h>
Christopher Ferrisccfaccd2016-08-24 12:11:31 -07003
4#ifndef __always_inline
5#define __always_inline inline
6#endif