blob: 430985baa7917b92f410a622f125af7cab429c0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* linux/arch/arm/plat-s5p/include/plat/irq-eint-group.h
*
* Copyright (c) 2009 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* S5P Common IRQ 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.
*/
#ifndef __PLAT_S5P_IRQ_EINT_GROUP_H
#define __PLAT_S5P_IRQ_EINT_GROUP_H
void s5pv210_restore_eint_group(void);
#endif /* __PLAT_S5P_IRQ_EINT_GROUP_H */
|