blob: f65b92e0e1f914fb84b7a4e67a47e5125afb80cc [file] [log] [blame]
Christopher Ferris25981132017-11-14 16:53:49 -08001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Ben Cheng30692c62013-10-15 18:26:18 -07002#include <linux/compiler.h>
Christopher Ferrisccfaccd2016-08-24 12:11:31 -07003
4#ifndef __always_inline
5#define __always_inline inline
6#endif