diff options
Diffstat (limited to 'arch/sh/include/asm/global_data.h')
| -rw-r--r-- | arch/sh/include/asm/global_data.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/sh/include/asm/global_data.h b/arch/sh/include/asm/global_data.h index 0c09ba9ba..1b782fc77 100644 --- a/arch/sh/include/asm/global_data.h +++ b/arch/sh/include/asm/global_data.h @@ -34,6 +34,9 @@ typedef	struct global_data  	unsigned long	baudrate;  	unsigned long	cpu_clk;	/* CPU clock in Hz! */  	unsigned long	have_console;	/* serial_init() was called */ +#ifdef CONFIG_PRE_CONSOLE_BUFFER +	unsigned long	precon_buf_idx;	/* Pre-Console buffer index */ +#endif  	phys_size_t	ram_size;	/* RAM size */  	unsigned long	env_addr;	/* Address  of Environment struct */  	unsigned long	env_valid;	/* Checksum of Environment valid */ |