* Patch by Shlomo Kut, 29 Mar 2004:

Add support for MKS Instruments "Quantum" board

* Fix build problem with Cogent boards;
  avoid using <asm/byteorder.h> when using the host compiler
This commit is contained in:
wdenk 2004-09-29 11:02:56 +00:00
parent a5725fabc0
commit da93ed8147
15 changed files with 1377 additions and 24 deletions

View file

@ -7,6 +7,7 @@
#ifndef __LITTLE_ENDIAN_BITFIELD
#define __LITTLE_ENDIAN_BITFIELD
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
#include <linux/byteorder/swab.h>