Subversion Repositories HelenOS

Rev

Rev 3420 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3420 Rev 4153
1
#ifndef SLEEP_ENTRY_H
1
#ifndef SLEEP_ENTRY_H
2
#define SLEEP_ENTRY_H
2
#define SLEEP_ENTRY_H
3
 
3
 
4
/* Entry points for the sleep command */
4
/* Entry points for the sleep command */
5
extern int cmd_sleep(char **);
5
extern int cmd_sleep(char **);
6
extern void help_cmd_sleep(unsigned int);
6
extern void help_cmd_sleep(unsigned int);
7
 
7
 
8
#endif /* SLEEP_ENTRY_H */
8
#endif /* SLEEP_ENTRY_H */
9
 
9
 
10
 
10