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
2014-10-31 11:27:59 +01:00

23 lines
419 B
C

/*
* 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
#ifdef __cplusplus
extern "C" {
#endif
void init_display_putchar(void);
#ifdef __cplusplus
}
#endif
#endif /* __DISPLAY_PUTCHAR_H */