1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2010-2015, Intel Corporation.
5  */
6 
7 #ifndef __TIMED_CTRL_LOCAL_H_INCLUDED__
8 #define __TIMED_CTRL_LOCAL_H_INCLUDED__
9 
10 #include "timed_ctrl_global.h"
11 
12 #endif /* __TIMED_CTRL_LOCAL_H_INCLUDED__ */
13