summaryrefslogtreecommitdiff
path: root/include/gsc.h
blob: 132c3121825e34047d6a31e2260375f30aa8ac61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2022 Gateworks Corporation
 */

#ifndef _GSC_H_
#define _GSC_H_

/*
 * board_gsc_info - Display additional board info
 */
void board_gsc_info(void);

/*
 * gsc_boot_wd_disable - disable the BOOT watchdog
 *
 * Return: 0 on success or negative error on failure
 */
int gsc_boot_wd_disable(void);

#endif