mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 06:47:58 +02:00
Add support for AVR32
This commit is contained in:
parent
20a90bef8b
commit
82b37d35af
1 changed files with 10 additions and 0 deletions
|
|
@ -130,6 +130,16 @@ SOFTWARE.
|
|||
|
||||
#endif /* vax */
|
||||
|
||||
#ifdef __avr32__
|
||||
|
||||
#define IMAGE_BYTE_ORDER MSBFirst
|
||||
#define BITMAP_BIT_ORDER MSBFirst
|
||||
#define GLYPHPADBYTES 4
|
||||
#define GETLEFTBITS_ALIGNMENT 1
|
||||
#define AVOID_MEMORY_READ
|
||||
|
||||
#endif /* __avr32__ */
|
||||
|
||||
#ifdef __arm32__
|
||||
|
||||
#define IMAGE_BYTE_ORDER LSBFirst
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue