11 lines
206 B
C
Executable file
11 lines
206 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _NFCINFO_H
|
|
#define _NFCINFO_H
|
|
|
|
#include <uapi/linux/nfc/nfcinfo.h>
|
|
|
|
#endif
|