File: parameters.h

package info (click to toggle)
apfsprogs 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,112 kB
  • sloc: ansic: 16,034; makefile: 175; sh: 57
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 */