Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
91c73041
Commit
91c73041
authored
Oct 21, 2004
by
David Woodhouse
Committed by
David Woodhouse
Oct 21, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MTD userspace ABI: fix userspace compilation w.r.t. __user
Signed-Off-By:
David Woodhouse
<
dwmw2@infradead.org
>
parent
c1e4a3d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
include/mtd/mtd-abi.h
include/mtd/mtd-abi.h
+6
-1
No files found.
include/mtd/mtd-abi.h
View file @
91c73041
/*
* $Id: mtd-abi.h,v 1.
5 2004/06/22 09:29:35 gleixner
Exp $
* $Id: mtd-abi.h,v 1.
6 2004/08/09 13:38:30 dwmw2
Exp $
*
* Portions of MTD ABI definition which are shared by kernel and user space
*/
...
...
@@ -7,6 +7,11 @@
#ifndef __MTD_ABI_H__
#define __MTD_ABI_H__
#ifndef __KERNEL__
/* Urgh. The whole point of splitting this out into
separate files was to avoid #ifdef __KERNEL__ */
#define __user
#endif
struct
erase_info_user
{
uint32_t
start
;
uint32_t
length
;
...
...
Write
Preview
Markdown
is supported
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