blob: e84c206129ea1effc8cfc09c8e30581502456059 [file] [log] [blame]
/*
* Samsung Exynos SoC series VPU driver
*
* Copyright (c) 2015 Samsung Electronics Co., Ltd
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef VPU_TEST_SAMPLE_H_
#define VPU_TEST_SAMPLE_H_
struct vpul_task * make_example0_task(int *size);
struct vpul_task * make_example1_task(int *size);
struct vpul_task * make_example2_task(int *size);
#endif