project_files/hwc/rtl/tests/check_check.h
author koda
Fri, 25 Mar 2016 10:54:23 -0400
changeset 11618 bc83e11e5ee7
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
More compatibility wrappers for video

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

Suite *system_suite();
Suite *misc_suite();
Suite *sysutils_suite();
Suite *fileio_suite();

#endif