]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/gdsys/common/mclink.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / gdsys / common / mclink.h
1 /*
2  * (C) Copyright 2012
3  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _MCLINK_H_
9 #define _MCLINK_H_
10
11 int mclink_probe(void);
12 int mclink_send(u8 slave, u16 addr, u16 data);
13 int mclink_receive(u8 slave, u16 addr, u16 *data);
14
15 #endif