parent
4c046c6bcc
commit
dfa4b731da
4
sigrok.h
4
sigrok.h
|
@ -63,6 +63,10 @@
|
||||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
|
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ARRAY_AND_SIZE
|
||||||
|
#define ARRAY_AND_SIZE(a) (a), ARRAY_SIZE(a)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Data types, used by hardware plugins for set_configuration() */
|
/* Data types, used by hardware plugins for set_configuration() */
|
||||||
enum {
|
enum {
|
||||||
T_UINT64,
|
T_UINT64,
|
||||||
|
|
Loading…
Reference in New Issue