Subversion Repositories Kolibri OS

Rev

Rev 4516 | Rev 6862 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4516 Rev 6822
Line 56... Line 56...
56
asm volatile ("int $0x40"::"a"(11));
56
asm volatile ("int $0x40"::"a"(11));
57
}
57
}
58
 
58
 
Line 59... Line 59...
59
 
59
 
60
void __attribute__((__always_inline__)) kol_paint_start()
60
inline void __attribute__((__always_inline__)) kol_paint_start()
61
{
61
{
62
asm volatile ("int $0x40"::"a"(12), "b"(1));
62
asm volatile ("int $0x40"::"a"(12), "b"(1));
Line 63... Line 63...
63
}
63
}
64
 
64
 
65
 
65
 
66
void __attribute__((__always_inline__)) kol_paint_end()
66
inline void __attribute__((__always_inline__)) kol_paint_end()
Line 345... Line 345...
345
}
345
}
Line 346... Line 346...
346
 
346
 
347
 
347
 
348
 
348
 
349
void __attribute__((__always_inline__)) kol_screen_wait_rr()
349
inline void __attribute__((__always_inline__)) kol_screen_wait_rr()