]> Git Repo - qemu.git/blobdiff - stubs/set-fd-handler.c
fw_cfg: follow CODING_STYLE
[qemu.git] / stubs / set-fd-handler.c
index 26965de4c36fb0875070a3a8f03827464f151141..06a5da48f1223059a7452c4b7ed874868213da38 100644 (file)
@@ -9,3 +9,13 @@ void qemu_set_fd_handler(int fd,
 {
     abort();
 }
+
+void aio_set_fd_handler(AioContext *ctx,
+                        int fd,
+                        bool is_external,
+                        IOHandler *io_read,
+                        IOHandler *io_write,
+                        void *opaque)
+{
+    abort();
+}
This page took 0.021821 seconds and 4 git commands to generate.