* include/grub/arc/arc.h: Account for missing "other" peripheral on

ARCS. All users updated.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-30 17:40:31 +02:00
parent aa7bcb99df
commit 583e5b645c
4 changed files with 17 additions and 6 deletions

View file

@ -45,7 +45,11 @@ const char *type_names[] = {
"eisa", "tc", "scsi", "dti", "multi", "disk", "tape", "cdrom", "worm",
"serial", "net", "video", "par", "point", "key", "audio", "other",
"rdisk", "fdisk", "tape", "modem", "monitor", "print", "pointer",
"keyboard", "term", "other", "line", "network", NULL
"keyboard", "term",
#ifndef GRUB_CPU_WORDS_BIGENDIAN
"other",
#endif
"line", "network", NULL
};
static int