1
0

xarray-shared.h 168 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef __XARRAY_SHARED_H__
  3. #define __XARRAY_SHARED_H__
  4. #define XA_DEBUG
  5. #include "shared.h"
  6. #endif /* __XARRAY_SHARED_H__ */