diff --git a/include/linux/kabi.h b/include/linux/kabi.h new file mode 100644 index 0000000000000000000000000000000000000000..5e6c60d6e583a65eb7e0fa9159ef912c365f8f4f --- /dev/null +++ b/include/linux/kabi.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * kabi.h - Euler kABI abstraction header + * + * TODO: modify the comments and add more information. + */ + +#ifndef _LINUX_KABI_H +#define _LINUX_KABI_H + +/* + * TODO: add a note for this + */ + +#define KABI_RESERVE(n) unsigned long kabi_reserved##n; + +#endif /* _LINUX_KABI_H */