project_files/hwc/rtl/tests/check_check.h
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 00:41:30 +0200
changeset 12528 7b32e83aaf48
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
ASA, Getting to the device: Add fake crate for the device part with proper collect message

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif