mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-05 18:40:16 -06:00
13 lines
177 B
C
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
|
|
|