summaryrefslogtreecommitdiff
path: root/zephyr/include/ap_power/ap_pwrseq.h
blob: 9e1ffd27e8719d181f9f010421a06b381c01e89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __AP_POWER_AP_PWRSEQ_H__
#define __AP_POWER_AP_PWRSEQ_H__

/** Starts the AP power sequence thread */
void ap_pwrseq_task_start(void);

void ap_pwrseq_wake(void);
#endif /* __AP_POWER_AP_PWRSEQ_H__ */