+Fri Dec 15 15:55:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * corefile.h: Delete declarations for unknown functions.
+ * device.h: Ditto.
+ * interrupts.h: Ditto.
+
Thu Dec 14 18:49:34 1995 Andrew Cagney <cagney@highland.com.au>
* lf.c (lf_print_function_type): New function. Munges a function
All the devices in this model live in a tree. The following allow
the location/manipulation of this tree */
-device INLINE_DEVICE *device_sibling
-(device *me);
-
-device INLINE_DEVICE *device_child
-(device *me);
-
device INLINE_DEVICE *device_parent
(device *me);
(device *me,
const char *previous);
-void INLINE_DEVICE device_set_property
-(device *me,
- const char *property,
- const void *array,
- int sizeof_array);
-
-
/* INLINE_DEVICE void device_add_property
No such external function, all properties, when added are explictly
typed */
indirectly via OpenBoot calls. The following provide a higher
level software interface to the devices */
+#if 0
device_instance INLINE_DEVICE *device_instance_open
(device *me,
const char *device_specifier);
const char INLINE_DEVICE *device_instance_name
(device_instance *instance);
-
+#endif