8 lines
187 B
C
8 lines
187 B
C
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* xarray.c: Userspace shim for XArray test-suite
|
||
|
* Copyright (c) 2018 Matthew Wilcox <willy@infradead.org>
|
||
|
*/
|
||
|
|
||
|
#include "../../../lib/xarray.c"
|