Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/03/2004 21:05:30
Module Name:	src
Committed By:	thorpej
Date:		Wed Mar  3 21:05:30 UTC 2004

Modified Files:
	src/sys/sys: ras.h

Log Message:
Add new macros:
- RAS_DECL(name): declare the RAS "name"
- RAS_START(name): mark the start of the RAS "name"
- RAS_END(name): mark the end of the RAS "name"
- RAS_ADDR(name): compute the starting address of the RAS "name"
- RAS_SIZE(name): compute the size of the RAS "name"

RAS_START() and RAS_END() have implicit instruction reordering barriers.
RAS_ADDR() and RAS_SIZE() are to be used when registering a RAS.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/sys/ras.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.