Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
07c1a375
Commit
07c1a375
authored
Mar 07, 2014
by
Muktesh Khole
Committed by
Vikram Narayanan
Oct 25, 2016
Browse files
Rename capability.c to cap.c
parent
090d2326
Changes
1
Hide whitespace changes
Inline
Side-by-side
xcap/capability.h
View file @
07c1a375
#ifndef __LCD_CAPABILITY_H__
#define __LCD_CAPABILITY_H__
#include
<linux/module.h>
#include
<linux/kernel.h>
#include
<linux/init.h>
#include
<linux/slab.h>
#include
<linux/fs.h>
#include
<linux/kthread.h>
#include
<linux/sched.h>
#include
<linux/semaphore.h>
typedef
enum
_lcd_cap_type
{
...
...
@@ -136,3 +147,4 @@ uint32_t lcd_untyped_retype();
// will be used to get the rights available with a capability.
uint32_t
lcd_get_cap_rights
(
lcd_tcb
ptcb
,
cap_id
cid
,
lcd_cap_rights
&
rights
);
#endif // __LCD_CAPABILITY_H__
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment