mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
8 lines
221 B
C
8 lines
221 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
|
||
|
/*
|
||
|
* Copyright (C) 2020, STMicroelectronics - All Rights Reserved
|
||
|
*/
|
||
|
|
||
|
/* check self hosted debug status = BSEC_DENABLE.DBGSWENABLE */
|
||
|
bool bsec_dbgswenable(void);
|