diff options
Diffstat (limited to 'sim/common/hw-ports.h')
-rw-r--r-- | sim/common/hw-ports.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/hw-ports.h b/sim/common/hw-ports.h index 48fedc4..d6255d9 100644 --- a/sim/common/hw-ports.h +++ b/sim/common/hw-ports.h @@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ struct hw_port_descriptor { const char *name; - int number; + int number; int nr_ports; port_direction direction; }; @@ -99,7 +99,7 @@ void hw_port_traverse (struct hw *me, hw_port_traverse_function *handler, void *data); - + /* DESTINATION is attached (detached) to LINE of the device ME @@ -124,6 +124,6 @@ int hw_port_encode char *buf, int sizeof_buf, port_direction direction); - + #endif |