historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/board/gdsys/common/mclink.h

15 lines
303 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2012
* Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
*/
#ifndef _MCLINK_H_
#define _MCLINK_H_
int mclink_probe(void);
int mclink_send(u8 slave, u16 addr, u16 data);
int mclink_receive(u8 slave, u16 addr, u16 *data);
#endif