summaryrefslogtreecommitdiff
path: root/zephyr/include/emul/emul_tusb1064.h
blob: 99732e36c95f7f2a77cb12ca6ab876542cff0940 (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 EMUL_TUSB1064_H
#define EMUL_TUSB1064_H

#include <zephyr/drivers/emul.h>

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

#endif