diff options
| author | Elliott Mitchell <ehem+freebsd@m5p.com> | 2021-10-13 02:00:26 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2022-02-07 09:11:56 +0000 |
| commit | ad7dd5149910a7bc5ff5353a54393e64e3e74690 (patch) | |
| tree | ac31ce0d88792bf9a836b95b2a69101f7df0bc0f /sys/dev/xen/blkback | |
| parent | 3a9fd8242b35884921dfc4e886f284a75870a536 (diff) | |
Diffstat (limited to 'sys/dev/xen/blkback')
| -rw-r--r-- | sys/dev/xen/blkback/blkback.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index 4470cc59a29a..792933402c93 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -80,8 +80,8 @@ __FBSDID("$FreeBSD$"); #include <xen/gnttab.h> #include <xen/xen_intr.h> -#include <xen/interface/event_channel.h> -#include <xen/interface/grant_table.h> +#include <contrib/xen/event_channel.h> +#include <contrib/xen/grant_table.h> #include <xen/xenbus/xenbusvar.h> @@ -1280,7 +1280,7 @@ bailout_error: * \param xbb Per-instance xbb configuration structure. * \param req The request structure to which to respond. * \param status The status code to report. See BLKIF_RSP_* - * in sys/xen/interface/io/blkif.h. + * in sys/contrib/xen/io/blkif.h. */ static void xbb_queue_response(struct xbb_softc *xbb, struct xbb_xen_req *req, int status) |
