5 lines
132 B
C
5 lines
132 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/* Copyright (c) 2020 Facebook */
|
||
|
#define START_CHAR 'A'
|
||
|
#include "bpf_iter_test_kern_common.h"
|