treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / m68k / include / asm / natfeat.h
blob2d2424de1d658218686f262bb57d00e5fd2c4158
1 /*
2 * ARAnyM hardware support via Native Features (natfeats)
4 * Copyright (c) 2005 Petr Stehlik of ARAnyM dev team
6 * This software may be used and distributed according to the terms of
7 * the GNU General Public License (GPL), incorporated herein by reference.
8 */
9 #include <linux/compiler.h>
11 #ifndef _NATFEAT_H
12 #define _NATFEAT_H
14 long nf_get_id(const char *feature_name);
15 long nf_call(long id, ...);
17 void nf_init(void);
18 void nf_shutdown(void);
20 void nfprint(const char *fmt, ...)
21 __printf(1, 2);
23 # endif /* _NATFEAT_H */