Sign in
chromium
/
external
/
github.com
/
altera-opensource
/
linux-socfpga
/
refs/heads/socfpga-5.12
/
.
/
include
/
linux
/
buildid.h
blob: 40232f90db6e581908daa198ecf51c6931b2be09 [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_LINUX_BUILDID_H
#define
_LINUX_BUILDID_H
#include
<linux/mm_types.h>
#define
BUILD_ID_SIZE_MAX
20
int
build_id_parse
(
struct
vm_area_struct
*
vma
,
unsigned
char
*
build_id
,
__u32
*
size
);
#endif