]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/sed156x.h
common: arm: davinci: Move header file out of common
[people/ms/u-boot.git] / include / sed156x.h
CommitLineData
5a8c51cd
WD
1/*
2 * (C) Copyright 2004
3 *
4 * Pantelis Antoniou <panto@intracom.gr>
5 * Intracom S.A.
6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
5a8c51cd
WD
8 */
9
10/* Video support for Epson SED156x chipset(s) */
11
12#ifndef SED156X_H
13#define SED156X_H
14
15void sed156x_init(void);
16void sed156x_clear(void);
17void sed156x_output_at(int x, int y, const char *str, int size);
18void sed156x_reverse_at(int x, int y, int size);
19void sed156x_sync(void);
20void sed156x_scroll(int dx, int dy);
21
22/* export display */
23extern const int sed156x_text_width;
24extern const int sed156x_text_height;
25
26#endif /* SED156X_H */