Add preliminary support for CyIO/BooEvent

This commit is contained in:
mlt
2009-12-18 18:29:29 +00:00
committed by Godzil
parent 76f20f4d40
commit 6a09ec6d7a
15 changed files with 111641 additions and 28806 deletions

19
include/cybook.h Normal file
View File

@@ -0,0 +1,19 @@
/*
* Disclaimer (blabla)
*
* Author: Manoël Trapier <manoelt@bookeen.com>
* Copyright (c) 2009 Bookeen
*
*/
#ifndef CYBOOK_H
#define CYBOOK_H
enum {
CYBOOK_GEN3 = 0,
CYBOOK_OPUS,
CYBOOK_GEN3GOLD,
CYBOOK_GEN4,
};
extern unsigned int platform_type;
#endif /* CYBOOK_H */