URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
[/] [qaz_libs/] [trunk/] [cli/] [util/] [types.h] - Diff between revs 22 and 27
Show entire file |
Details |
Blame |
View Log
Rev 22 |
Rev 27 |
Line 29... |
Line 29... |
// #endif
|
// #endif
|
|
|
// /*
|
// /*
|
// * These aren't exported outside the kernel to avoid name space clashes
|
// * These aren't exported outside the kernel to avoid name space clashes
|
// */
|
// */
|
typedef signed char s8;
|
// typedef signed char s8;
|
typedef unsigned char u8;
|
// typedef unsigned char u8;
|
|
|
typedef signed short s16;
|
// typedef signed short s16;
|
typedef unsigned short u16;
|
// typedef unsigned short u16;
|
|
|
typedef signed int s32;
|
// typedef signed int s32;
|
typedef unsigned int u32;
|
// typedef unsigned int u32;
|
|
|
typedef signed long long s64;
|
// typedef signed long long s64;
|
typedef unsigned long long u64;
|
// typedef unsigned long long u64;
|
|
|
// #define BITS_PER_LONG 32
|
// #define BITS_PER_LONG 32
|
|
|
// /* Dma addresses are 32-bits wide. */
|
// /* Dma addresses are 32-bits wide. */
|
|
|
© copyright 1999-2023
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.