~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to include/acpi/acpi_numa.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
extern int node_to_pxm(int);
16
16
extern void __acpi_map_pxm_to_node(int, int);
17
17
extern int acpi_map_pxm_to_node(int);
 
18
extern unsigned char acpi_srat_revision;
18
19
 
19
20
#endif                          /* CONFIG_ACPI_NUMA */
20
21
#endif                          /* __ACP_NUMA_H */