blob: a6a238ed426f12ed4f5f720d1d6727c725bd5ca8 [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0 OR MIT)
* Google virtual Ethernet (gve) driver
*
* Copyright (C) 2015-2019 Google, Inc.
*/
#ifndef _GVE_ASSERT_H_
#define _GVE_ASSERT_H_
#define static_assert(expr, ...) _Static_assert(expr, #expr)
#endif /* _GVE_ASSERT_H_ */