From b423d055cc2e13c4ef1f0389c3fa2988d0eed818 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Fri, 11 Jan 2008 01:12:07 +0100 Subject: Enable SMC microcode relocation patch for SMC1. Signed-off-by: Heiko Schocher --- include/commproc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/commproc.h') diff --git a/include/commproc.h b/include/commproc.h index 53659c28f..6b1b4e8ff 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -159,6 +159,8 @@ typedef struct smc_uart { ushort smc_brkec; /* rcv'd break condition counter */ ushort smc_brkcr; /* xmt break count register */ ushort smc_rmask; /* Temporary bit mask */ + u_char res1[8]; + ushort smc_rpbase; /* Relocation pointer */ } smc_uart_t; /* Function code bits. -- cgit v1.2.3