Sign in
android
/
platform
/
external
/
bcc
/
9c0a6969034867ba879c69d295a588c9b1715861
/
.
/
libbpf-tools
/
readahead.h
blob: 15dc0264728e543840d94453ceec1f3deea634a8 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
#ifndef
__READAHEAD_H
#define
__READAHEAD_H
#define
MAX_SLOTS
20
struct
hist
{
__u32 unused
;
__u32 total
;
__u32 slots
[
MAX_SLOTS
];
};
#endif
/* __READAHEAD_H */