Subversion Repositories HelenOS

Rev

Rev 2982 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2982 Rev 3004
Line 47... Line 47...
47
 
47
 
48
extern const uint8_t libc[];
48
extern const uint8_t libc[];
49
extern const size_t libc_size;
49
extern const size_t libc_size;
50
extern const char libc_filename[];
50
extern const char libc_filename[];
51
 
51
 
-
 
52
extern const uint8_t tetris[];
-
 
53
extern const size_t tetris_size;
-
 
54
extern const char tetris_filename[];
-
 
55
 
52
#endif
56
#endif
53
 
57
 
54
/** @}
58
/** @}
55
 */
59
 */