aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/pmstat.h
Commit message (Collapse)AuthorAgeFilesLines
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-0/+1
| | | | | | | | Move all extern declarations into appropriate header files. This also fixes up a few places where the caller and the definition had different signatures. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-0/+16
- remove redundant declarations - add/move prototypes to headers - move things where they belong to Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>