diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-03-12 01:04:53 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-03-12 01:04:53 +0000 |
commit | 25322855d58fdf27412f41ee9897cc84043a947b (patch) | |
tree | 31e81cc6c81871cb57ad3803fec9160196fbacce /sys/dev/ic/ar5210reg.h | |
parent | fbc00bcd0fdf6ea98be491ad18c5e95c4cf5b6ef (diff) |
add some HAL functions (again) inspired by the changes from the
madwifi-old-openhal project. this was backed out the last time because
it was too close to the release and i didn't respect the ABI/API lock.
Diffstat (limited to 'sys/dev/ic/ar5210reg.h')
-rw-r--r-- | sys/dev/ic/ar5210reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5210reg.h b/sys/dev/ic/ar5210reg.h index eb443c263e1..9729f82ccc0 100644 --- a/sys/dev/ic/ar5210reg.h +++ b/sys/dev/ic/ar5210reg.h @@ -1,7 +1,7 @@ -/* $OpenBSD: ar5210reg.h,v 1.12 2007/03/05 16:54:33 deraadt Exp $ */ +/* $OpenBSD: ar5210reg.h,v 1.13 2007/03/12 01:04:52 reyk Exp $ */ /* - * Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org> + * Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |