dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
add stmac read mac form eeprom
hc
2023-12-09
b22da3d8526a935aa31e086e63f60ff3246cb61c
[~hc/RK356X_SDK_RELEASE.git]
/
kernel
/
tools
/
lib
/
bpf
/
str_error.h
1
2
3
4
5
6
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef
__LIBBPF_STR_ERROR_H
#define
__LIBBPF_STR_ERROR_H
char
*
libbpf_strerror_r
(
int
err
,
char
*
dst
,
int
len
);
#endif
/* __LIBBPF_STR_ERROR_H */