Add types.h, standardize integer types on stdint
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#define _AKGL_ITERATOR_H_
|
||||
|
||||
typedef struct {
|
||||
int flags;
|
||||
int layerid;
|
||||
uint32_t flags;
|
||||
uint8_t layerid;
|
||||
} akgl_Iterator;
|
||||
|
||||
#define AKGL_ITERATOR_OP_UPDATE 1 // 1
|
||||
|
||||
Reference in New Issue
Block a user