summaryrefslogtreecommitdiff
path: root/zephyr/test/krabby/include/test_state.h
blob: 6a2ff6654f6b0923c91fb732986e1ef0ab40e848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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 ZEPHYR_TEST_KRABBY_INCLUDE_TEST_STATE_H_
#define ZEPHYR_TEST_KRABBY_INCLUDE_TEST_STATE_H_

#include <stdbool.h>

struct test_state {
	bool ec_app_main_run;
};

bool krabby_predicate_post_main(const void *state);

#endif /* ZEPHYR_TEST_AP_POWER_INCLUDE_TEST_STATE_H_ */