mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
util.h: new header file defining commonly used macros
This commit is contained in:
parent
fc2e385d87
commit
69c3e74498
14 changed files with 18 additions and 39 deletions
3
quirks.c
3
quirks.c
|
|
@ -7,8 +7,7 @@
|
|||
#define LOG_MODULE "quirks"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
|
||||
#define ALEN(v) (sizeof(v) / sizeof(v[0]))
|
||||
#include "util.h"
|
||||
|
||||
static bool
|
||||
is_weston(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue