Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
m68k
include
asm
natfeat.h
Go to the documentation of this file.
1
/*
2
* ARAnyM hardware support via Native Features (natfeats)
3
*
4
* Copyright (c) 2005 Petr Stehlik of ARAnyM dev team
5
*
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
10
#ifndef _NATFEAT_H
11
#define _NATFEAT_H
12
13
long
nf_get_id
(
const
char
*feature_name);
14
long
nf_call
(
long
id
, ...);
15
16
void
nf_init
(
void
);
17
void
nf_shutdown
(
void
);
18
19
void
nfprint
(
const
char
*
fmt
, ...)
20
__attribute__
((
format
(
printf
, 1, 2)));
21
22
# endif
/* _NATFEAT_H */
Generated on Thu Jan 10 2013 13:08:07 for Linux Kernel by
1.8.2