blob: a406a91b95a3da3fe67736cb59772d8f20eba775 [file] [log] [blame]
/*
* fwrisc_instr_tests_counters.h
*
* Created on: Nov 18, 2018
* Author: ballance
*/
#ifndef INCLUDED_FWRISC_INSTR_TESTS_COUNTERS_H
#define INCLUDED_FWRISC_INSTR_TESTS_COUNTERS_H
#include "fwrisc_instr_tests.h"
class fwrisc_instr_tests_counters : public fwrisc_instr_tests {
public:
fwrisc_instr_tests_counters();
virtual ~fwrisc_instr_tests_counters();
};
#endif /* INCLUDED_FWRISC_INSTR_TESTS_COUNTERS_H */