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 _IF_DEFS_H
8 #define _IF_DEFS_H
9 
10 #define HIVE_IF_FRAME_REQUEST        0xA000
11 #define HIVE_IF_LINES_REQUEST        0xB000
12 #define HIVE_IF_VECTORS_REQUEST      0xC000
13 
14 #endif /* _IF_DEFS_H */
15