brintos

brintos / linux-shallow public Read only

0
0
Text · 265 B · c790a32 Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3extern struct dentry *d_testing;4 5int tt_add_tz(void);6int tt_del_tz(const char *arg);7int tt_zone_add_trip(const char *arg);8int tt_zone_reg(const char *arg);9int tt_zone_unreg(const char *arg);10 11void tt_zone_cleanup(void);12