This commit is contained in:
yunwei37
2023-06-03 15:42:19 +00:00
parent 4fa77d68db
commit 35f3c97912
110 changed files with 14135 additions and 1032 deletions

View File

@@ -0,0 +1,14 @@
// 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 */