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
801430d8
Commit
801430d8
authored
Jun 25, 2003
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: remove memset/memcpy function prototypes in eeh header file
parent
25e3042b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
include/asm-ppc64/eeh.h
include/asm-ppc64/eeh.h
+2
-3
No files found.
include/asm-ppc64/eeh.h
View file @
801430d8
...
@@ -25,6 +25,8 @@
...
@@ -25,6 +25,8 @@
#ifndef _EEH_H
#ifndef _EEH_H
#define _EEH_H
#define _EEH_H
#include <linux/string.h>
struct
pci_dev
;
struct
pci_dev
;
/* I/O addresses are converted to EEH "tokens" such that a driver will cause
/* I/O addresses are converted to EEH "tokens" such that a driver will cause
...
@@ -65,9 +67,6 @@ int is_eeh_configured(struct pci_dev *dev);
...
@@ -65,9 +67,6 @@ int is_eeh_configured(struct pci_dev *dev);
*/
*/
unsigned
long
eeh_token_to_phys
(
unsigned
long
token
);
unsigned
long
eeh_token_to_phys
(
unsigned
long
token
);
extern
void
*
memcpy
(
void
*
,
const
void
*
,
unsigned
long
);
extern
void
*
memset
(
void
*
,
int
,
unsigned
long
);
/* EEH_POSSIBLE_ERROR() -- test for possible MMIO failure.
/* EEH_POSSIBLE_ERROR() -- test for possible MMIO failure.
*
*
* Order this macro for performance.
* Order this macro for performance.
...
...
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