diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-12-18 19:14:43 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-12-18 19:14:43 +0000 | 
| commit | 96e7c3629715547f0632d4fb313923c16b64f049 (patch) | |
| tree | 830d883ac7dd9378019d6d69b5e994b1b9a4b9ed | |
| parent | 69e97d91bc0636a9546836d2ec0ca629fdcb1718 (diff) | |
Include header file stdint.h
| -rw-r--r-- | tools/csr.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/csr.h b/tools/csr.h index 9cdc7225..d75e3995 100644 --- a/tools/csr.h +++ b/tools/csr.h @@ -21,6 +21,8 @@   *   */ +#include <stdint.h> +  #define CSR_VARID_PS_CLR_ALL			0x000b	/* valueless */  #define CSR_VARID_PS_FACTORY_SET		0x000c	/* valueless */  #define CSR_VARID_PS_CLR_ALL_STORES		0x082d	/* uint16 */ | 
