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 __ISYS_STREAM2MMIO_RMGR_H_INCLUDED__ 8 #define __ISYS_STREAM2MMIO_RMGR_H_INCLUDED__ 9 10 typedef struct isys_stream2mmio_rsrc_s isys_stream2mmio_rsrc_t; 11 struct isys_stream2mmio_rsrc_s { 12 u32 active_table; 13 u16 num_active; 14 }; 15 16 #endif /* __ISYS_STREAM2MMIO_RMGR_H_INCLUDED__ */ 17