This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60008
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
b3e13fbeb9
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b3e13fbeb9'
${ noResults }
kernel_samsung_sm7125
/
include
/
asm-um
/
paravirt.h
7 lines
88 B
Raw
Normal View
History
Unescape
Escape
uml: add asm/paravirt.h Add asm-um/paravirt.h so that i386 headers that get pulled into UML don't cause build failures when they want asm/paravirt.h. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18 years ago
#
ifndef __UM_PARAVIRT_H
#
define __UM_PARAVIRT_H
#
include
"asm/arch/paravirt.h"
#
endif