File: parameters.h

package info (click to toggle)
apfsprogs 0%2Bgit20230206%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,036 kB
  • sloc: ansic: 14,691; makefile: 123
file content (13 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2021 Ernesto A. Fernández <ernesto@corellium.com>
 */

#ifndef _PARAMETERS_H
#define _PARAMETERS_H

#include <apfs/types.h>

extern u16 ip_fq_node_limit(u64 chunks);
extern u16 main_fq_node_limit(u64 blocks);

#endif /* _PARAMETERS_H */