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
nexedi
linux
Commits
2ddb7fba
Commit
2ddb7fba
authored
Jul 29, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: sparc64 openpromio.h needs compiler.h, sync sparc32
parent
f32d92a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
include/asm-sparc/openpromio.h
include/asm-sparc/openpromio.h
+3
-2
include/asm-sparc64/openpromio.h
include/asm-sparc64/openpromio.h
+1
-0
No files found.
include/asm-sparc/openpromio.h
View file @
2ddb7fba
#ifndef _SPARC_OPENPROMIO_H
#define _SPARC_OPENPROMIO_H
#include <linux/compiler.h>
#include <linux/ioctl.h>
#include <linux/types.h>
...
...
@@ -52,9 +53,9 @@ struct opiocdesc
{
int
op_nodeid
;
/* PROM Node ID (value-result) */
int
op_namelen
;
/* Length of op_name. */
char
*
op_name
;
/* Pointer to the property name. */
char
__user
*
op_name
;
/* Pointer to the property name. */
int
op_buflen
;
/* Length of op_buf (value-result) */
char
*
op_buf
;
/* Pointer to buffer. */
char
__user
*
op_buf
;
/* Pointer to buffer. */
};
#define OPIOCGET _IOWR('O', 1, struct opiocdesc)
...
...
include/asm-sparc64/openpromio.h
View file @
2ddb7fba
#ifndef _SPARC64_OPENPROMIO_H
#define _SPARC64_OPENPROMIO_H
#include <linux/compiler.h>
#include <linux/ioctl.h>
#include <linux/types.h>
...
...
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