2003-06-21 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / sim / ppc / device.h
index cb2e8c8521ec2140703423e8a2c98e3116ed95ef..d7117916d4a0a40785edbf5e58c87a05dfe94db7 100644 (file)
@@ -1,6 +1,6 @@
 /*  This file is part of the program psim.
 
-    Copyright (C) 1994-1996, Andrew Cagney <cagney@highland.com.au>
+    Copyright (C) 1994-1997, Andrew Cagney <cagney@highland.com.au>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -291,9 +291,7 @@ INLINE_DEVICE\
 
 
 typedef struct _ihandle_runtime_property_spec {
-  device *phandle;
   const char *full_path;
-  const char *args;
 } ihandle_runtime_property_spec;
 
 INLINE_DEVICE\
@@ -337,7 +335,7 @@ INLINE_DEVICE\
 (device *me,
  const char *property,
  unsigned index,
- signed_word *integer);
+ signed_cell *integer);
 
 
 
This page took 0.031402 seconds and 4 git commands to generate.