Core commit. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / mupen64plus-core / src / main / lirc.h
CommitLineData
451ab91e 1/***************************************************************************
2 lirc.h - description
3 -------------------
4 begin : Friday 11 Jan 2008
5 copyright : (C) 2008 by DarkJezter
6 ***************************************************************************/
7
8/***************************************************************************
9 * *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. *
14 * *
15 ***************************************************************************/
16
17#ifndef __LIRC_H__
18#define __LIRC_H__
19
20extern void lircStart(void);
21extern void lircStop(void);
22extern void lircCheckInput(void);
23
24#endif //__LIRC_H__
25