mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-02-15 00:18:03 +00:00
13 lines
246 B
C
13 lines
246 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
|
|
#ifndef __LINUX_TRUSTY_SM_ERR_MAPPING_H
|
|
#define __LINUX_TRUSTY_SM_ERR_MAPPING_H
|
|
|
|
#include <gz-trusty/sm_err_mtee.h>
|
|
|
|
#endif /* __LINUX_TRUSTY_SM_ERR_MAPPING_H */
|