30 lines
527 B
C
30 lines
527 B
C
/* amd8111Timer.h - AMD8111 Timer register definitions. */
|
|
|
|
/*
|
|
* Copyright (c) 2005 Wind River Systems, Inc.
|
|
*
|
|
* The right to copy, distribute, modify or otherwise make use
|
|
* of this software may be licensed only pursuant to the terms
|
|
* of an applicable Wind River license agreement.
|
|
*/
|
|
|
|
/*
|
|
modification history
|
|
--------------------
|
|
01a,07jul05,gtf New
|
|
*/
|
|
|
|
#ifndef __INCamd81111Timerh
|
|
#define __INCamd81111Timerh
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __INCamd8111Timerh */
|