add communication controller register interface

This commit is contained in:
2024-11-05 13:01:57 +01:00
parent 8e62de5cdf
commit e8cfbbdab0
3 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _DEVICES_MSG_IF_H
#define _DEVICES_MSG_IF_H
#include "gen/msgif.h"
#endif /* _DEVICES_MSG_IF_H */