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 __GP_TIMER_PRIVATE_H_INCLUDED__ 8 #define __GP_TIMER_PRIVATE_H_INCLUDED__ 9 10 #include "gp_timer_public.h" 11 #include "device_access.h" 12 #include "assert_support.h" 13 14 #endif /* __GP_TIMER_PRIVATE_H_INCLUDED__ */ 15