19 lines
456 B
C
19 lines
456 B
C
/* timestampDev.h - timestamp device header */
|
|
|
|
/* Copyright 1993-2002 Wind River Systems, Inc. */
|
|
|
|
/*
|
|
modification history
|
|
--------------------
|
|
01c,26apr02,dat Adding cplusplus protection, SPR 75017
|
|
01b,06aug96,dat timestamp info was merged into timerDev.h
|
|
01a,17sep93,dzb created.
|
|
*/
|
|
|
|
/*
|
|
DESCRIPTION
|
|
This file contains header information for generic timestamp device routines.
|
|
*/
|
|
|
|
#include "drv/timer/timerDev.h" /* everything is in timerDev.h now */
|