virtio_input: add new virtio input driver
Change-Id: I10af2b30c79d1e8ff890d45642988f362d3d0a1e Reviewed-on: https://review.haiku-os.org/c/haiku/+/4012 Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright 2021, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _VIRTIO_INPUT_DRIVER_H_
|
||||
#define _VIRTIO_INPUT_DRIVER_H_
|
||||
|
||||
|
||||
#include <SupportDefs.h>
|
||||
#include <Drivers.h>
|
||||
|
||||
|
||||
enum {
|
||||
virtioInputRead = B_DEVICE_OP_CODES_END + 1,
|
||||
virtioInputCancelIO = B_DEVICE_OP_CODES_END + 2,
|
||||
};
|
||||
|
||||
|
||||
#endif // _VIRTIO_INPUT_DRIVER_H_
|
||||
Reference in New Issue
Block a user