]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - include/test/suites.h
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
[people/ms/u-boot.git] / include / test / suites.h
... / ...
CommitLineData
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
11int do_ut_dm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
12int do_ut_env(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
13int do_ut_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
14
15#endif /* __TEST_SUITES_H__ */