summaryrefslogtreecommitdiff
path: root/zephyr/include/emul/emul_rt9490.h
blob: 0cb4f7b076a32816ccd745b2910c3dba78447f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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 EMUL_RT9490_H
#define EMUL_RT9490_H

#include <zephyr/drivers/emul.h>

void rt9490_emul_reset_regs(const struct emul *emul);

int rt9490_emul_peek_reg(const struct emul *emul, int reg);

#endif