platform: Add basic hwreset implementation for ALLS

This commit is contained in:
2020-10-07 17:27:23 +00:00
parent cd5ae172b8
commit cc95389646
6 changed files with 135 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "platform/clock.h"
#include "platform/dns.h"
#include "platform/hwmon.h"
#include "platform/hwreset.h"
#include "platform/misc.h"
#include "platform/netenv.h"
#include "platform/nusec.h"
@ -17,6 +18,7 @@ struct platform_config {
struct clock_config clock;
struct dns_config dns;
struct hwmon_config hwmon;
struct hwreset_config hwreset;
struct misc_config misc;
struct pcbid_config pcbid;
struct netenv_config netenv;