blob: 862d033e57a4fd5554e7005ea93cb1d5881a568b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  | 
/* linux/arch/arm/mach-s3c6400/include/mach/hardware.h
 *
 * Copyright 2008 Openmoko, Inc.
 * Copyright 2008 Simtec Electronics
 *      Ben Dooks <ben@simtec.co.uk>
 *      http://armlinux.simtec.co.uk/
 *
 * S3C6400 - Hardware support
 */
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H __FILE__
/* currently nothing here, placeholder */
#endif /* __ASM_ARCH_IRQ_H */
  |