Remove declarations for db_read_bytes() and db_write_bytes().

They are in <ddb/db_access.h>.
This commit is contained in:
tsutsui 2005-06-03 21:22:34 +00:00
parent 0716f17835
commit 5fb18b1aa9
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_machdep.h,v 1.5 2005/01/22 15:36:09 chs Exp $ */
/* $NetBSD: db_machdep.h,v 1.6 2005/06/03 21:22:34 tsutsui Exp $ */
/*
* Mach Operating System
@ -42,8 +42,4 @@
extern char *esym; /* end of symbols */
/* These are in db_memrw.c */
extern void db_read_bytes (db_addr_t, size_t, char *);
extern void db_write_bytes(db_addr_t, size_t, char *);
#endif /* _SUN2_DB_MACHDEP_H_ */