Add support for Linux/arm

This commit is contained in:
Vladimir Michl 2007-06-26 22:06:39 +01:00 committed by Richard P. Curnow
parent 3a8f93792b
commit 8a94298b7e

View file

@ -6,7 +6,7 @@
/* Hmm. These constants vary a bit between systems. */ /* Hmm. These constants vary a bit between systems. */
/* (__sh__ includes both sh and sh64) */ /* (__sh__ includes both sh and sh64) */
#if defined(__i386__) || defined(__sh__) #if defined(__i386__) || defined(__sh__) || defined(__arm__)
#define CHRONY_IOC_NRBITS 8 #define CHRONY_IOC_NRBITS 8
#define CHRONY_IOC_TYPEBITS 8 #define CHRONY_IOC_TYPEBITS 8
#define CHRONY_IOC_SIZEBITS 14 #define CHRONY_IOC_SIZEBITS 14