1 /* 2 * Copyright 2019 The Hafnium Authors. 3 * 4 * Use of this source code is governed by a BSD-style 5 * license that can be found in the LICENSE file or at 6 * https://opensource.org/licenses/BSD-3-Clause. 7 */ 8 9 #include "hf/fdt.h" 10 #include "hf/memiter.h" 11 12 void hftest_json(void); 13 void hftest_run(struct memiter suite_name, struct memiter test_name, 14 const struct fdt *fdt); 15 void hftest_help(void); 16