1 #ifndef GRUB_GPG_ERROR_H
2 #define GRUB_GPG_ERROR_H 1
4 #include <grub/crypto.h>
10 #define GPG_ERR_INLINE inline
12 gpg_err_make (gpg_err_source_t source
__attribute__ ((unused
)), gpg_err_code_t code
)
17 static inline gpg_err_code_t
18 gpg_err_code (gpg_error_t err
)
23 static inline gpg_err_source_t
24 gpg_err_source (gpg_error_t err
__attribute__ ((unused
)))
26 return GPG_ERR_SOURCE_USER_1
;
30 gpg_error_from_syserror (void);