kvm: qemu: fix pci_enable_capabilities to set the CAP feature in pci::status
[kvm-userspace.git] / user / test / x86 / runtime.h
blob4b4c30292e211d8fb6354a48b5a8ef490172c3a0
1 #ifndef H_RUNTIME
2 #define H_RUNTIME
4 void exit(unsigned code) __attribute__((__noreturn__));
6 #endif