New changes from Andrew
[deliverable/binutils-gdb.git] / sim / ppc / device_tree.h
index d8e54819d328a6b3f8cb7bcbed3f7236987d1e10..bcd9bea43397a9f958613f7ae108747f17a56e2a 100644 (file)
@@ -110,7 +110,11 @@ INLINE_DEVICE_TREE void device_tree_dump
  void *ignore_data_argument);
 
 
-/* Parse a device name, various formats */
+/* Parse a device name, various formats:
+
+   uw: unsigned_word
+   u: unsigned
+   c: string */
 
 INLINE_DEVICE_TREE int scand_uw
 (const char *name,
@@ -135,11 +139,11 @@ INLINE_DEVICE_TREE int scand_uw_uw_u
  
 INLINE_DEVICE_TREE int scand_c
 (const char *name,
- char *c1);
+ char *c1, int c1size);
 
 INLINE_DEVICE_TREE int scand_c_uw_u
 (const char *name,
- char *c1,
+ char *c1, int c1size,
  unsigned_word *uw2,
  unsigned *u3);
 
This page took 0.022948 seconds and 4 git commands to generate.