#ifndef H_CONFIG
#define H_CONFIG

int timeConfig(void);
int kbdConfig(void);
int mouseConfig(void);
void configPCMCIA(char * pcic);

#endif