mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-07 04:14:16 +08:00
9 lines
153 B
C
9 lines
153 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
|
|
#ifndef __LINUX_SIZES_H__
|
|
#define __LINUX_SIZES_H__
|
|
|
|
#define SZ_32K 0x00008000
|
|
|
|
#endif
|