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.
762001
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
603c9c59a5
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '603c9c59a5'
${ noResults }
kernel_samsung_sm7125
/
drivers
/
xen
/
privcmd.h
4 lines
77 B
Raw
Normal View
History
Unescape
Escape
xen: Add privcmd device driver Access to arbitrary hypercalls is currently provided via xenfs. This adds a standard character device to handle this. The support in xenfs remains for backward compatibility and uses the device driver code. Signed-off-by: Bastian Blank <waldi@debian.org> Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13 years ago
#
include
<linux/fs.h>
extern
const
struct
file_operations
xen_privcmd_fops
;