~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to include/grub/mips/yeeloong/serial.h

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef GRUB_MACHINE_SERIAL_HEADER
20
20
#define GRUB_MACHINE_SERIAL_HEADER      1
21
21
 
22
 
#define GRUB_MACHINE_SERIAL_PORTS { 0xbff003f8 }
 
22
#define GRUB_MACHINE_SERIAL_DIVISOR_115200 2
 
23
#define GRUB_MACHINE_SERIAL_PORT  0xbff003f8
 
24
 
 
25
#ifndef ASM_FILE
 
26
#define GRUB_MACHINE_SERIAL_PORTS { GRUB_MACHINE_SERIAL_PORT }
 
27
#else
 
28
#endif
23
29
 
24
30
#endif