libww libww
WWitch compatibility library for the Wonderful toolchain
Loading...
Searching...
No Matches
service.h
Go to the documentation of this file.
1#include <sys/types.h>
2
3#ifndef __LIBWW_SYS_SERVICE_H__
4#define __LIBWW_SYS_SERVICE_H__
5
6/* Begin auto-generated section */
7
8static inline void bios_exit(void) {
9 uint16_t result;
10 __asm volatile (
11 "int $0x10"
12 : "=a" (result)
13 :
14 : "cc", "memory"
15 );
16}
17
18/* End auto-generated section */
19
20
21#endif /* __LIBWW_SYS_SERVICE_H__ */
static void bios_exit(void)
Definition service.h:8