mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 19:03:15 +01:00
10 lines
119 B
C
10 lines
119 B
C
/*
|
|
*
|
|
*/
|
|
#ifndef __LIB_THREAD_H__
|
|
#define __LIB_THREAD_H__
|
|
|
|
void l4thread_print(void);
|
|
|
|
#endif /* __LIB_THREAD_H__ */
|