Allow for multiple #includes of this file.

This commit is contained in:
Poul-Henning Kamp 2002-10-08 07:24:19 +00:00
parent 68541f7c16
commit 943e5db958
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104667

View File

@ -38,6 +38,9 @@
* $FreeBSD$
*/
#ifndef _LIBKERN_QUAD_H
#define _LIBKERN_QUAD_H
/*
* Quad arithmetic.
*
@ -116,3 +119,4 @@ typedef unsigned int qshift_t;
#else
typedef u_quad_t qshift_t;
#endif
#endif /* _LIBKERN_QUAD_H */