hm60x: Add support for plugins.

Change-Id: I4cad0881c8249f163680a280f70d1a0b36248da8
This commit is contained in:
Andrew Ryabinin 2012-03-23 22:32:50 +04:00
parent 8187d8d5d1
commit 397863ab3d
51 changed files with 492 additions and 3 deletions

View file

@ -28,6 +28,10 @@
#define BUTTON_RIGHT 0x00000010
#define BUTTON_SELECT 0x00000020
#define BUTTON_MAIN (BUTTON_UP|BUTTON_POWER| \
BUTTON_DOWN|BUTTON_LEFT| \
BUTTON_RIGHT|BUTTON_SELECT)
#define POWEROFF_BUTTON BUTTON_POWER
#define POWEROFF_COUNT 30