X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fdevices%2Fintq.h;h=7d5054feb6f85a526a6dbb2ad5690fcaef2b3033;hp=2b3edeafea24f51c8c01ec441145ee1bc56d6347;hb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;hpb=5780c9f434cca090f88463b7f0199d49b4ded288 diff --git a/src/devices/intq.h b/src/devices/intq.h index 2b3edea..7d5054f 100644 --- a/src/devices/intq.h +++ b/src/devices/intq.h @@ -34,7 +34,7 @@ struct intq int tail; /* Old data is read here. */ }; -void intq_init (struct intq *, const char *); +void intq_init (struct intq *); bool intq_empty (const struct intq *); bool intq_full (const struct intq *); uint8_t intq_getc (struct intq *);