aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-02 08:41:48 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-02 08:41:48 +0000
commite27fcf3739cabf286de6ecbc98b10c98b95e07bb (patch)
tree3df0bb57d40e3518f8626000ee0e52dbc43122f1 /tools/debugger
parent14f7caf77578c022f58c2ecd741920ee69889675 (diff)
downloadxen-e27fcf3739cabf286de6ecbc98b10c98b95e07bb.tar.gz
xen-e27fcf3739cabf286de6ecbc98b10c98b95e07bb.tar.bz2
xen-e27fcf3739cabf286de6ecbc98b10c98b95e07bb.zip
Remove non-ISO attributes from public headers.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/debugger')
-rw-r--r--tools/debugger/pdb/linux-2.6-module/pdb_module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/debugger/pdb/linux-2.6-module/pdb_module.h b/tools/debugger/pdb/linux-2.6-module/pdb_module.h
index 4487e3e196..a9f566bade 100644
--- a/tools/debugger/pdb/linux-2.6-module/pdb_module.h
+++ b/tools/debugger/pdb/linux-2.6-module/pdb_module.h
@@ -28,7 +28,7 @@ typedef struct
pdb_op_rd_reg_t rd_reg;
pdb_op_wr_reg_t wr_reg;
} u;
-} PACKED pdb_request_t, *pdb_request_p;
+} pdb_request_t, *pdb_request_p;
#define PDB_RESPONSE_OKAY 0
@@ -38,7 +38,7 @@ typedef struct {
u8 operation; /* copied from request */
s16 status; /* PDB_RESPONSE_??? */
u32 value;
-} PACKED pdb_response_t, *pdb_response_p;
+} pdb_response_t, *pdb_response_p;
DEFINE_RING_TYPES(pdb, pdb_request_t, pdb_response_t);