Remove ONEWIRE_NOWAIT, it's unused now.
This commit is contained in:
parent
c68448a666
commit
ea959a70c5
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: onewirevar.h,v 1.4 2007/09/05 15:24:07 xtraeme Exp $ */
|
||||
/* $NetBSD: onewirevar.h,v 1.5 2007/09/05 15:39:22 xtraeme Exp $ */
|
||||
/* $OpenBSD: onewirevar.h,v 1.1 2006/03/04 16:27:03 grange Exp $ */
|
||||
|
||||
/*
|
||||
@ -47,8 +47,6 @@ void onewire_read_block(void *, void *, int);
|
||||
void onewire_write_block(void *, const void *, int);
|
||||
void onewire_matchrom(void *, u_int64_t);
|
||||
|
||||
#define ONEWIRE_NOWAIT 0x0001
|
||||
|
||||
/* Bus attachment */
|
||||
struct onewirebus_attach_args {
|
||||
struct onewire_bus * oba_bus;
|
||||
|
Loading…
Reference in New Issue
Block a user