Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/console.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/io.h>
#include <asm/machdep.h>
#include <asm/natfeat.h>
Go to the source code of this file.
Functions | |
asm ("\n"" .global nf_get_id,nf_call\n""nf_get_id:\n"" .short 0x7300\n"" rts\n""nf_call:\n"" .short 0x7301\n"" rts\n""1: moveq.l #0,%d0\n"" rts\n"" .section __ex_table,\"a\"\n"" .long nf_get_id,1b\n"" .long nf_call,1b\n"" .previous") | |
EXPORT_SYMBOL_GPL (nf_get_id) | |
EXPORT_SYMBOL_GPL (nf_call) | |
void | nfprint (const char *fmt,...) |
void | nf_init (void) |
asm | ( | "\n"" .global | nf_get_id, |
nf_call\n""nf_get_id:\n"".short 0x7300\n""rts\n""nf_call:\n"".short 0x7301\n""rts\n""1:moveq.l# | 0, | ||
%d0\n""rts\n"".section | __ex_table, | ||
\"a\"\n"" .long | nf_get_id, | ||
1b\n"".long | nf_call, | ||
1b\n"".previous" | |||
) |
EXPORT_SYMBOL_GPL | ( | nf_get_id | ) |
EXPORT_SYMBOL_GPL | ( | nf_call | ) |