diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-28 15:48:52 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 14:48:44 +0400 |
commit | dc98e4145d82e471cc02d4e0b950a1945bcb084f (patch) | |
tree | 31ea62ddbcdea3d576298c5e4ac286a7581e57e5 /arch/arm/plat-samsung/include/plat/fiq.h | |
parent | 3cd7b62bbd54c9c59e7c8c5815cca9ded21a0a80 (diff) | |
download | linux-dc98e4145d82e471cc02d4e0b950a1945bcb084f.tar.xz |
ARM: SAMSUNG: Move S3C24XX header files to plat-samsung
This patch moves header files from plat-s3c24xx to plat-samsung to
remove plat-s3c24xx directory to make one plat-samsung directory for
Samsung SoCs. And this patch includes fixing coding style, too.
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/fiq.h')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/fiq.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/fiq.h b/arch/arm/plat-samsung/include/plat/fiq.h new file mode 100644 index 000000000000..535d06a35628 --- /dev/null +++ b/arch/arm/plat-samsung/include/plat/fiq.h @@ -0,0 +1,13 @@ +/* linux/arch/arm/plat-samsung/include/plat/fiq.h + * + * Copyright (c) 2009 Simtec Electronics + * Ben Dooks <ben@simtec.co.uk> + * + * Header file for S3C24XX CPU FIQ support + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. +*/ + +extern int s3c24xx_set_fiq(unsigned int irq, bool on); |