linux/arch/sparc/include/asm/console.h

16 lines
306 B
C
Raw Permalink Normal View History

2020-10-14 01:51:01 +02:00
#ifndef _SPARC64_CONSOLE_H_
#define _SPARC64_CONSOLE_H_
#ifndef __ASSEMBLY__
#include <linux/init.h>
#include <asm/types.h>
#include <asm-l/console.h>
#define LMS_CONS_DATA_PORT (0x300 + PCI_IO)
#define LMS_CONS_STATUS_PORT (0x301 + PCI_IO)
#endif /* __ASSEMBLY__ */
#endif /* _SPARC64_CONSOLE_H_ */