Sign in
android
/
platform
/
external
/
bcc
/
9c0a6969034867ba879c69d295a588c9b1715861
/
.
/
libbpf-tools
/
biopattern.h
blob: 18860a53ec7bab65d310969a5ba6b863b43d6464 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
#ifndef
__BIOPATTERN_H
#define
__BIOPATTERN_H
#define
DISK_NAME_LEN
32
struct
counter
{
__u64 last_sector
;
__u64 bytes
;
__u32 sequential
;
__u32 random
;
};
#endif
/* __BIOPATTERN_H */