mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
12 lines
194 B
C
12 lines
194 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright 2018 NXP
|
||
|
*/
|
||
|
|
||
|
#ifndef _SNVS_SECURITY_SC_H
|
||
|
#define _SNVS_SECURITY_SC_H
|
||
|
|
||
|
int snvs_security_sc_init(void);
|
||
|
|
||
|
#endif /* _SNVS_SECURITY_SC_H */
|