Add preliminary support for CyIO/BooEvent
This commit is contained in:
19
include/cybook.h
Normal file
19
include/cybook.h
Normal 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 */
|
||||
Reference in New Issue
Block a user