Subversion Repositories Kolibri OS

Rev

Rev 9207 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9207 Rev 9766
Line 18... Line 18...
18
extern char __shell_shm_name[32]; 
18
extern char __shell_shm_name[32];
19
extern char *__shell_shm;
19
extern char* __shell_shm;
20
extern int __shell_is_init;
20
extern int __shell_is_init;
21
extern void __shell_init();
21
extern void __shell_init();
Line 22... Line 22...
22
 
22
 
-
 
23
#define __SHELL_WAIT()   \
-
 
24
    while (*__shell_shm) \
Line 23... Line 25...
23
#define __SHELL_WAIT() while (*__shell_shm) _ksys_delay(5)
25
    _ksys_delay(5)
24
 
26
 
25
extern int  shell_ping();
27
extern int shell_ping();