blob: 71cf6982a2b98b2b558da1c5195e4e1c0c7efa2a (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_KHO_ABI_MEMBLOCK_H
#define _LINUX_KHO_ABI_MEMBLOCK_H
/*
* Header stub to avoid test build breakage; we don't need to actually define
* any ABI as they are not used in the tests.
*/
#endif /* _LINUX_KHO_ABI_MEMBLOCK_H */
|