aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.25-sparse/include/asm-xen/suspend.h
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-04-15 15:55:59 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-04-15 15:55:59 +0000
commit778d03a089c7cc31c5d3f983ecd18704d287fa0e (patch)
treedabfe9171855f64dd1f2fd00f473763dd1dbf154 /xenolinux-2.4.25-sparse/include/asm-xen/suspend.h
parent0a4286ffcd388d268719a7b05cdf4276ff546169 (diff)
downloadxen-778d03a089c7cc31c5d3f983ecd18704d287fa0e.tar.gz
xen-778d03a089c7cc31c5d3f983ecd18704d287fa0e.tar.bz2
xen-778d03a089c7cc31c5d3f983ecd18704d287fa0e.zip
bitkeeper revision 1.864.1.1 (407eb08fW2eUAKOIh6v4T-Ew4bCchg)
upgrade to linux 2.4.26
Diffstat (limited to 'xenolinux-2.4.25-sparse/include/asm-xen/suspend.h')
-rw-r--r--xenolinux-2.4.25-sparse/include/asm-xen/suspend.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/xenolinux-2.4.25-sparse/include/asm-xen/suspend.h b/xenolinux-2.4.25-sparse/include/asm-xen/suspend.h
deleted file mode 100644
index 0a9c8e74a9..0000000000
--- a/xenolinux-2.4.25-sparse/include/asm-xen/suspend.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/******************************************************************************
- * suspend.h
- *
- * NB. This file is part of the Xenolinux interface with Xenoserver control
- * software. It can be included in such software without invoking the GPL.
- *
- * Copyright (c) 2003, K A Fraser
- */
-
-#ifndef __ASM_XEN_SUSPEND_H__
-#define __ASM_XEN_SUSPEND_H__
-
-typedef struct suspend_record_st {
- /* To be filled in before resume. */
- extended_start_info_t resume_info;
- /*
- * The number of a machine frame containing, in sequence, the number of
- * each machine frame that contains PFN -> MFN translation table data.
- */
- unsigned long pfn_to_mfn_frame_list;
- /* Number of entries in the PFN -> MFN translation table. */
- unsigned long nr_pfns;
-} suspend_record_t;
-
-#endif /* __ASM_XEN_SUSPEND_H__ */