summaryrefslogtreecommitdiff
path: root/ddb/db_write_cmd.h
blob: 74bac54c199851975de548888af2d7999fc201ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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_ */