]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - include/test/suites.h
mxs_gpio: correctly use the GPIO API
[karo-tx-uboot.git] / include / test / suites.h
1 /*
2  * (C) Copyright 2015
3  * Joe Hershberger, National Instruments, joe.hershberger@ni.com
4  *
5  * SPDX-License-Identifier:     GPL-2.0
6  */
7
8 #ifndef __TEST_SUITES_H__
9 #define __TEST_SUITES_H__
10
11 int do_ut_dm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
12 int do_ut_env(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
13 int do_ut_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
14
15 #endif /* __TEST_SUITES_H__ */