From: dlg Date: Fri, 28 May 2021 01:58:27 +0000 (+0000) Subject: shuffle the deck chairs. no functional change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9fdd10b7d36604e13d3a9453410ba1e84d023427;p=openbsd shuffle the deck chairs. no functional change --- diff --git a/sys/dev/ic/nvmevar.h b/sys/dev/ic/nvmevar.h index b2fefd7032a..5efe4f6be03 100644 --- a/sys/dev/ic/nvmevar.h +++ b/sys/dev/ic/nvmevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nvmevar.h,v 1.23 2021/05/28 01:57:20 dlg Exp $ */ +/* $OpenBSD: nvmevar.h,v 1.24 2021/05/28 01:58:27 dlg Exp $ */ /* * Copyright (c) 2014 David Gwynne @@ -112,8 +112,9 @@ int nvme_intr_intx(void *); #define nvme_write4(_s, _r, _v) \ bus_space_write_4((_s)->sc_iot, (_s)->sc_ioh, (_r), (_v)) -u_int64_t nvme_read8(struct nvme_softc *, bus_size_t); -void nvme_write8(struct nvme_softc *, bus_size_t, u_int64_t); +u_int64_t + nvme_read8(struct nvme_softc *, bus_size_t); +void nvme_write8(struct nvme_softc *, bus_size_t, u_int64_t); #define nvme_barrier(_s, _r, _l, _f) \ bus_space_barrier((_s)->sc_iot, (_s)->sc_ioh, (_r), (_l), (_f))