12 lines
195 B
C
12 lines
195 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2015-2019, MICROTRUST Incorporated
|
||
|
* All Rights Reserved.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __TZ_VFS_H__
|
||
|
#define __TZ_VFS_H__
|
||
|
|
||
|
#endif /* __TZ_VFS_H__ */
|