Home | History | Annotate | Line # | Download | only in linux
xarray.h revision 1.2
      1  1.2  riastrad // SPDX-License-Identifier: MIT
      2  1.2  riastrad /*
      3  1.2  riastrad  * Copyright  2020 The NetBSD Foundation, Inc.
      4  1.2  riastrad  */
      5  1.2  riastrad 
      6  1.2  riastrad #ifndef	_LINUX_XARRAY_H_
      7  1.2  riastrad #define	_LINUX_XARRAY_H_
      8  1.2  riastrad 
      9  1.2  riastrad struct xarray;
     10  1.2  riastrad 
     11  1.2  riastrad #endif	/* _LINUX_XARRAY_H_ */
     12