diff options
Diffstat (limited to 'ddb/db_write_cmd.h')
-rw-r--r-- | ddb/db_write_cmd.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ddb/db_write_cmd.h b/ddb/db_write_cmd.h new file mode 100644 index 00000000..74bac54c --- /dev/null +++ b/ddb/db_write_cmd.h @@ -0,0 +1,16 @@ +#ifndef _DDB_DB_WRITE_CMD_H_ +#define _DDB_DB_WRITE_CMD_H_ + +#include <mach/boolean.h> +#include <machine/db_machdep.h> + +/* Prototypes for functions exported by this module. + */ + +void db_write_cmd( + db_expr_t address, + boolean_t have_addr, + db_expr_t count, + char * modif); + +#endif /* !_DDB_DB_WRITE_CMD_H_ */ |