xref: /illumos-gate/usr/src/head/stdalign.h (revision ed093b41)
1fc2512cfSRobert Mustacchi /*
2fc2512cfSRobert Mustacchi  * This file and its contents are supplied under the terms of the
3fc2512cfSRobert Mustacchi  * Common Development and Distribution License ("CDDL"), version 1.0.
4fc2512cfSRobert Mustacchi  * You may only use this file in accordance with the terms of version
5fc2512cfSRobert Mustacchi  * 1.0 of the CDDL.
6fc2512cfSRobert Mustacchi  *
7fc2512cfSRobert Mustacchi  * A full copy of the text of the CDDL should have accompanied this
8fc2512cfSRobert Mustacchi  * source.  A copy of the CDDL is also available via the Internet at
9fc2512cfSRobert Mustacchi  * http://www.illumos.org/license/CDDL.
10fc2512cfSRobert Mustacchi  */
11fc2512cfSRobert Mustacchi 
12fc2512cfSRobert Mustacchi /*
13*ed093b41SRobert Mustacchi  * Copyright 2023 Oxide Computer Company
14fc2512cfSRobert Mustacchi  */
15fc2512cfSRobert Mustacchi 
16fc2512cfSRobert Mustacchi #ifndef _STDALIGN_H
17fc2512cfSRobert Mustacchi #define	_STDALIGN_H
18fc2512cfSRobert Mustacchi 
19*ed093b41SRobert Mustacchi #include <sys/stdalign.h>
20fc2512cfSRobert Mustacchi 
21fc2512cfSRobert Mustacchi #endif /* _STDALIGN_H */
22