Allow for multiple #includes of this file.
This commit is contained in:
parent
68541f7c16
commit
943e5db958
@ -38,6 +38,9 @@
|
|||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _LIBKERN_QUAD_H
|
||||||
|
#define _LIBKERN_QUAD_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Quad arithmetic.
|
* Quad arithmetic.
|
||||||
*
|
*
|
||||||
@ -116,3 +119,4 @@ typedef unsigned int qshift_t;
|
|||||||
#else
|
#else
|
||||||
typedef u_quad_t qshift_t;
|
typedef u_quad_t qshift_t;
|
||||||
#endif
|
#endif
|
||||||
|
#endif /* _LIBKERN_QUAD_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user