blob: abbe11742f7247b8e5fc40680d87f9c55ef66f07 [file] [edit]
/*
* Copyright 2023 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef UTIL_H
#define UTIL_H
#define ARRAY_SIZE(A) (sizeof(A) / sizeof(*(A)))
#endif