early_printk.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | early_printk.c (97b921087fa76b1b0b2a20ae70d0e8b6d394c4ea) |
---|---|
1/* 2 * This program is free software; you can redistribute it and/or modify it 3 * under the terms of the GNU General Public License version 2 as published 4 * by the Free Software Foundation. 5 * | 1/* 2 * This program is free software; you can redistribute it and/or modify it 3 * under the terms of the GNU General Public License version 2 as published 4 * by the Free Software Foundation. 5 * |
6 * Copyright (C) 2010 John Crispin <blogic@openwrt.org> | 6 * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 */ 8 9#include <linux/cpu.h> 10#include <lantiq_soc.h> 11 12#define ASC_BUF 1024 13#define LTQ_ASC_FSTAT ((u32 *)(LTQ_EARLY_ASC + 0x0048)) 14#ifdef __BIG_ENDIAN --- 18 unchanged lines hidden --- | 7 */ 8 9#include <linux/cpu.h> 10#include <lantiq_soc.h> 11 12#define ASC_BUF 1024 13#define LTQ_ASC_FSTAT ((u32 *)(LTQ_EARLY_ASC + 0x0048)) 14#ifdef __BIG_ENDIAN --- 18 unchanged lines hidden --- |