Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 31 → Rev 32

/SPARTAN/trunk/include/func.h
37,6 → 37,4
 
extern int strcmp(char *src, char *dst);
 
extern __address __u32_search(__address src, int cnt, __u32 x);
 
#endif
/SPARTAN/trunk/include/arch.h
41,6 → 41,7
 
extern void arch_pre_mm_init(void);
extern void arch_post_mm_init(void);
extern void arch_late_init(void);
extern void calibrate_delay_loop(void);
 
extern pri_t cpu_priority_high(void);