2018-11-30 11:08:08 +01:00
|
|
|
/*
|
|
|
|
* components.h
|
|
|
|
*
|
|
|
|
* Created on: 02.12.2018
|
|
|
|
* Author: eyck
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef COMPONENTS_H_
|
|
|
|
#define COMPONENTS_H_
|
|
|
|
|
2019-01-03 21:18:09 +01:00
|
|
|
#include "clkgen.h"
|
|
|
|
#include "resetgen.h"
|
2018-11-30 11:08:08 +01:00
|
|
|
#include "initiator.h"
|
|
|
|
#include "router.h"
|
|
|
|
#include "target.h"
|
|
|
|
|
|
|
|
#endif /* COMPONENTS_H_ */
|