mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
From Lite2: add typedef for register_t.
Reviewed by: davidg & bde
This commit is contained in:
parent
1a52d4a817
commit
d09d34b4e7
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)types.h 8.3 (Berkeley) 1/5/94
|
||||
* $Id: types.h,v 1.4 1994/08/02 07:39:13 davidg Exp $
|
||||
* $Id: types.h,v 1.6 1996/02/25 09:15:03 hsu Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHTYPES_H_
|
||||
|
|
@ -65,4 +65,6 @@ typedef unsigned int u_int32_t;
|
|||
typedef long long int64_t;
|
||||
typedef unsigned long long u_int64_t;
|
||||
|
||||
typedef int32_t register_t;
|
||||
|
||||
#endif /* _MACHTYPES_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue