mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-22 23:21:31 +00:00
12 lines
218 B
C
12 lines
218 B
C
|
/*
|
||
|
* (C) Copyright 2015
|
||
|
* Joe Hershberger, National Instruments, joe.hershberger@ni.com
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef __TEST_SUITES_H__
|
||
|
#define __TEST_SUITES_H__
|
||
|
|
||
|
#endif /* __TEST_SUITES_H__ */
|