1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Cedrus VPU driver 4 * 5 * Copyright (C) 2016 Florent Revest <[email protected]> 6 * Copyright (C) 2018 Paul Kocialkowski <[email protected]> 7 * Copyright (C) 2018 Bootlin 8 * 9 * Based on the vim2m driver, that is: 10 * 11 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. 12 * Pawel Osciak, <[email protected]> 13 * Marek Szyprowski, <[email protected]> 14 */ 15 16 #ifndef _CEDRUS_DEC_H_ 17 #define _CEDRUS_DEC_H_ 18 19 void cedrus_device_run(void *priv); 20 21 #endif 22