SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / board / gdsys / common / mclink.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2012
4  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
5  */
6
7 #ifndef _MCLINK_H_
8 #define _MCLINK_H_
9
10 int mclink_probe(void);
11 int mclink_send(u8 slave, u16 addr, u16 data);
12 int mclink_receive(u8 slave, u16 addr, u16 *data);
13
14 #endif