Files
ternfs-XTXMarkets/kmod/err.h
Francesco Mazzoli d1e02e261b Various QOL improvements
Also, try to avoid thundering herds on shuckle from CDC/shards too.
2023-06-08 11:59:09 +00:00

13 lines
177 B
C

#ifndef _EGGSFS_ERR_H
#define _EGGSFS_ERR_H
#include <linux/errno.h>
#include "bincode.h"
bool eggsfs_unexpected_error(int err);
int eggsfs_error_to_linux(int err);
#endif