diff options
Diffstat (limited to 'sim/common/hw-ports.h')
-rw-r--r-- | sim/common/hw-ports.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/hw-ports.h b/sim/common/hw-ports.h index d6255d9..91f0246 100644 --- a/sim/common/hw-ports.h +++ b/sim/common/hw-ports.h @@ -24,7 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Initialize a port */ -struct hw_port_descriptor { +struct hw_port_descriptor +{ const char *name; int number; int nr_ports; |