repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NETFILTER]: Convert ip6_tables matches/targets to centralized error checking
[hh.org.git]
/
include
/
asm-i386
/
mach-generic
/
mach_ipi.h
blob
441b0fe3ed1d8142cb0ef503b5a58718f90b8137
1
#ifndef _MACH_IPI_H
2
#define _MACH_IPI_H 1
3
4
#include <asm/genapic.h>
5
6
#define send_IPI_mask (genapic->send_IPI_mask)
7
#define send_IPI_allbutself (genapic->send_IPI_allbutself)
8
#define send_IPI_all (genapic->send_IPI_all)
9
10
#endif