mirror of
https://github.com/AtlasLinux/linux.git
synced 2026-02-02 15:22:09 -08:00
9 lines
168 B
C
9 lines
168 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
#ifndef __XARRAY_SHARED_H__
|
|
#define __XARRAY_SHARED_H__
|
|
|
|
#define XA_DEBUG
|
|
#include "shared.h"
|
|
|
|
#endif /* __XARRAY_SHARED_H__ */
|