cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

str_error.h (205B)


      1/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
      2#ifndef __LIBBPF_STR_ERROR_H
      3#define __LIBBPF_STR_ERROR_H
      4
      5char *libbpf_strerror_r(int err, char *dst, int len);
      6#endif /* __LIBBPF_STR_ERROR_H */