Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
s5p_mfc_intr.h
Go to the documentation of this file.
1 /*
2  * drivers/media/platform/samsung/mfc5/s5p_mfc_intr.h
3  *
4  * Header file for Samsung MFC (Multi Function Codec - FIMV) driver
5  * It contains waiting functions declarations.
6  *
7  * Kamil Debski, Copyright (C) 2011 Samsung Electronics
8  * http://www.samsung.com/
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License version 2 as
12  * published by the Free Software Foundation.
13  */
14 
15 #ifndef S5P_MFC_INTR_H_
16 #define S5P_MFC_INTR_H_
17 
18 #include "s5p_mfc_common.h"
19 
21  int command, int interrupt);
25 
26 #endif /* S5P_MFC_INTR_H_ */