1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/chronos/drivers/include/display_putchar.h

23 lines
413 B
C
Raw Normal View History

/*
* Copyright 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
#ifndef DISPLAY_PUTCHAR_H
#define DISPLAY_PUTCHAR_H
2010-12-14 16:40:47 +01:00
#ifdef __cplusplus
extern "C" {
#endif
void init_display_putchar(void);
2010-12-14 16:40:47 +01:00
#ifdef __cplusplus
}
#endif
#endif /* DISPLAY_PUTCHAR_H */