aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/include/soc/reset.h
blob: bb2ee84e03e2b46b725e686877d1319691dcebbc (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __PI_PICASSO_RESET_H__
#define __PI_PICASSO_RESET_H__

void set_warm_reset_flag(void);
int is_warm_reset(void);

#endif /* __PI_PICASSO_RESET_H__ */