12 lines
110 B
C
12 lines
110 B
C
/* $Id$ */
|
|
|
|
#ifndef _PORTSEL_H
|
|
#define _PORTSEL_H
|
|
|
|
|
|
int load_port(char *);
|
|
int load_modem(char *);
|
|
|
|
|
|
#endif
|