1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Support for Intel Camera Imaging ISP subsystem. 4 * Copyright (c) 2015, Intel Corporation. 5 */ 6 7 #ifndef _timed_controller_defs_h 8 #define _timed_controller_defs_h 9 10 #define _HRT_TIMED_CONTROLLER_CMD_REG_IDX 0 11 12 #define _HRT_TIMED_CONTROLLER_REG_ALIGN 4 13 14 #endif /* _timed_controller_defs_h */ 15