]> git.ipfire.org Git - people/ms/u-boot.git/blame - 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
c617ede0
JH
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
40441e0b 11int do_ut_dm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
421f86f3 12int do_ut_env(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
c812f722 13int do_ut_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
40441e0b 14
c617ede0 15#endif /* __TEST_SUITES_H__ */