mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Allow for multiple #includes of this file.
This commit is contained in:
parent
68541f7c16
commit
943e5db958
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104667
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user