summaryrefslogtreecommitdiff
path: root/zephyr/include/emul/emul_ps8743.h
blob: 503d0143170905a9686f8a7aa53827cbf83c4cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2023 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_PS8743_H
#define EMUL_PS8743_H

#include <zephyr/drivers/emul.h>

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

#endif