blob: b97da554fe80a9331a3642b6088d782dc2cd52c2 (
plain)
1
2
3
4
5
6
7
8
|
int attachdev(Port*);
void detachdev(Port*);
void work(void);
Hub* newhub(char *, Dev*);
int hname(char *);
void assignhname(Dev *dev);
void checkidle(void);
int portfeature(Hub*, int, int, int);
|