internal.h (a44dca1717ce2c2381339e21c07d1731a63a7888) internal.h (92ef2a25c763338905dce8344a0584606f842920)
1/*
2 * acpi/internal.h
3 * For use by Linux/ACPI infrastructure, not drivers
4 *
5 * Copyright (c) 2009, Intel Corporation.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms and conditions of the GNU General Public License,

--- 53 unchanged lines hidden (view full) ---

62 wait_queue_head_t wait;
63 struct list_head list;
64 struct transaction *curr;
65 spinlock_t lock;
66};
67
68extern struct acpi_ec *first_ec;
69
1/*
2 * acpi/internal.h
3 * For use by Linux/ACPI infrastructure, not drivers
4 *
5 * Copyright (c) 2009, Intel Corporation.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms and conditions of the GNU General Public License,

--- 53 unchanged lines hidden (view full) ---

62 wait_queue_head_t wait;
63 struct list_head list;
64 struct transaction *curr;
65 spinlock_t lock;
66};
67
68extern struct acpi_ec *first_ec;
69
70int acpi_pci_root_init(void);
70int acpi_ec_init(void);
71int acpi_ec_ecdt_probe(void);
72int acpi_boot_ec_enable(void);
73void acpi_ec_block_transactions(void);
74void acpi_ec_unblock_transactions(void);
75void acpi_ec_unblock_transactions_early(void);
76
77/*--------------------------------------------------------------------------

--- 26 unchanged lines hidden ---
71int acpi_ec_init(void);
72int acpi_ec_ecdt_probe(void);
73int acpi_boot_ec_enable(void);
74void acpi_ec_block_transactions(void);
75void acpi_ec_unblock_transactions(void);
76void acpi_ec_unblock_transactions_early(void);
77
78/*--------------------------------------------------------------------------

--- 26 unchanged lines hidden ---