]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/gdsys/common/osd.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / board / gdsys / common / osd.h
CommitLineData
a605ea7e
DE
1/*
2 * (C) Copyright 2010
3 * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
a605ea7e
DE
6 */
7
8#ifndef _OSD_H_
9#define _OSD_H_
10
2da0fc0d 11int osd_probe(unsigned screen);
a605ea7e
DE
12
13#endif