* include/grub/arc/arc.h: Account for missing "other" peripheral on
ARCS. All users updated.
This commit is contained in:
parent
aa7bcb99df
commit
583e5b645c
4 changed files with 17 additions and 6 deletions
|
@ -139,7 +139,9 @@ enum
|
|||
GRUB_ARC_COMPONENT_TYPE_POINTER,
|
||||
GRUB_ARC_COMPONENT_TYPE_KBD,
|
||||
GRUB_ARC_COMPONENT_TYPE_TERMINAL,
|
||||
#ifndef GRUB_CPU_WORDS_BIGENDIAN
|
||||
GRUB_ARC_COMPONENT_TYPE_OTHER_PERIPHERAL,
|
||||
#endif
|
||||
GRUB_ARC_COMPONENT_TYPE_LINE,
|
||||
GRUB_ARC_COMPONENT_TYPE_NET,
|
||||
GRUB_ARC_COMPONENT_TYPE_MEMORY_UNIT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue