]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sys/dev/cfi: include sys/types.h as well
authorKyle Evans <kevans@FreeBSD.org>
Thu, 2 Jan 2020 22:52:31 +0000 (22:52 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 7 Oct 2021 03:27:26 +0000 (22:27 -0500)
commitaf147ed09aa4d346b8526fb40a7016800664d33c
tree6512ee7bd513a5b9aa0f9ab6614c0c1666d839cb
parent75c6f34fbeddab4ec05d0fc0093ef122e73d70dc
sys/dev/cfi: include sys/types.h as well

This will soon be a dependency for machine/atomic.h on mips with the
introduction of 64-bit atomics; the scope here is pretty narrow, so throw it
here in the header just before systm.h, which includes machine/atomic.h

(cherry picked from commit 85ccd84cb3ce35f830cd4c07154152daf41181ef)
sys/dev/cfe/cfe_api.h