From acea9df3381825a634c000a574f58b4ca5293ee8 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 12 Oct 2010 15:38:43 +0200 Subject: Same version, but using the mtdev library. Signed-off-by: Henrik Rydberg --- include/abs2mt.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 include/abs2mt.h (limited to 'include/abs2mt.h') diff --git a/include/abs2mt.h b/include/abs2mt.h deleted file mode 100644 index 6021d8d..0000000 --- a/include/abs2mt.h +++ /dev/null @@ -1,39 +0,0 @@ -/* generated by mapgen - do not edit */ - -#ifndef ABS2MT_H -#define ABS2MT_H - -#include "common.h" - -static const unsigned int map_abs2mt[ABS_CNT] = { - 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, - 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, - 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, - 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, - 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, - 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, - 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, 0x0008, - 0x0009, 0x000a, 0x000b, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, -}; - -static const unsigned int map_mt2abs[MT_ABS_SIZE] = { - 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, - 0x0038, 0x0039, 0x003a, -}; - -static inline int has_abs2mt(unsigned int code) -{ - return map_abs2mt[code]; -} - -static inline unsigned int abs2mt(unsigned int code) -{ - return map_abs2mt[code] - 1; -} - -static inline unsigned int mt2abs(unsigned int mtcode) -{ - return map_mt2abs[mtcode]; -} - -#endif -- cgit v1.2.3