Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
include
/
hw
/
core
/
hw-error.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
6 lines
113 Bytes
Copy permalink
Copy
Raw
1
#ifndef QEMU_HW_H
2
#define QEMU_HW_H
3
4
G_NORETURN
void
hw_error
(
const
char
*
fmt
,
...)
G_GNUC_PRINTF
(
1
,
2
);
5
6
#endif