summaryrefslogtreecommitdiff
path: root/zephyr/include/emul/emul_flash.h
blob: 80d1bfadc7cb8b69e809e3d6c1cecb57713b7d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* 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.
 */

/**
 * @file
 *
 * @brief Backend API for Cros flash emulator
 */

#ifndef ZEPHYR_INCLUDE_EMUL_EMUL_FLASH_H_
#define ZEPHYR_INCLUDE_EMUL_EMUL_FLASH_H_

#include <ec_commands.h>

/**
 * @brief Reset the protection.
 */
void cros_flash_emul_protect_reset(void);

#endif /* ZEPHYR_INCLUDE_EMUL_EMUL_FLASH_H_ */