ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC
[linux/fpc-iii.git] / arch / m68k / include / asm / natfeat.h
bloba3521b80c3b970c1aa4ddadc38654344ed6e108b
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 */
10 #ifndef _NATFEAT_H
11 #define _NATFEAT_H
13 long nf_get_id(const char *feature_name);
14 long nf_call(long id, ...);
16 void nf_init(void);
17 void nf_shutdown(void);
19 void nfprint(const char *fmt, ...)
20 __attribute__ ((format (printf, 1, 2)));
22 # endif /* _NATFEAT_H */