Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
17bb34a3
Commit
17bb34a3
authored
19 years ago
by
Jeff Garzik
Browse files
Options
Downloads
Patches
Plain Diff
[libata] add prototypes for helpers
Add prototypes for stuff recently added by Alan.
parent
23cfce89
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/linux/libata.h
+2
-1
2 additions, 1 deletion
include/linux/libata.h
with
2 additions
and
1 deletion
include/linux/libata.h
+
2
−
1
View file @
17bb34a3
...
@@ -502,6 +502,7 @@ extern int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_i
...
@@ -502,6 +502,7 @@ extern int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_i
extern
void
ata_pci_remove_one
(
struct
pci_dev
*
pdev
);
extern
void
ata_pci_remove_one
(
struct
pci_dev
*
pdev
);
extern
int
ata_pci_device_suspend
(
struct
pci_dev
*
pdev
,
pm_message_t
state
);
extern
int
ata_pci_device_suspend
(
struct
pci_dev
*
pdev
,
pm_message_t
state
);
extern
int
ata_pci_device_resume
(
struct
pci_dev
*
pdev
);
extern
int
ata_pci_device_resume
(
struct
pci_dev
*
pdev
);
extern
int
ata_pci_clear_simplex
(
struct
pci_dev
*
pdev
);
#endif
/* CONFIG_PCI */
#endif
/* CONFIG_PCI */
extern
int
ata_device_add
(
const
struct
ata_probe_ent
*
ent
);
extern
int
ata_device_add
(
const
struct
ata_probe_ent
*
ent
);
extern
void
ata_host_set_remove
(
struct
ata_host_set
*
host_set
);
extern
void
ata_host_set_remove
(
struct
ata_host_set
*
host_set
);
...
@@ -610,7 +611,7 @@ extern void ata_pci_host_stop (struct ata_host_set *host_set);
...
@@ -610,7 +611,7 @@ extern void ata_pci_host_stop (struct ata_host_set *host_set);
extern
struct
ata_probe_ent
*
extern
struct
ata_probe_ent
*
ata_pci_init_native_mode
(
struct
pci_dev
*
pdev
,
struct
ata_port_info
**
port
,
int
portmask
);
ata_pci_init_native_mode
(
struct
pci_dev
*
pdev
,
struct
ata_port_info
**
port
,
int
portmask
);
extern
int
pci_test_config_bits
(
struct
pci_dev
*
pdev
,
const
struct
pci_bits
*
bits
);
extern
int
pci_test_config_bits
(
struct
pci_dev
*
pdev
,
const
struct
pci_bits
*
bits
);
extern
unsigned
long
ata_pci_default_filter
(
const
struct
ata_port
*
,
struct
ata_device
*
,
unsigned
long
);
#endif
/* CONFIG_PCI */
#endif
/* CONFIG_PCI */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment