#include "port.h" void port8_init( port8_t *port, uint16_t number ) { port->number = number; }