services.e


#ifndef SERVIC_E
#define SERVIC_E

int drum_io(/* frame_t *fp, int r_w */);

#ifdef  DISK_ON
void adisk_io(/* ssimsg_t *ssimsgp, char *buff, int sect_no, int r_w */);
void adisk_seek(/* int track_no */);
#endif

int term_in(/* int term_no, char *buff */);
int term_out(/* int term_no, char *buff, int count */);
thr_t * s_service(/* int service, int param */);
void do_terminate(/* int term_no */);
void killTerminal(/* int term_no, char *str */);

#endif



[INDICE CODICE]