38 lines
496 B
C
38 lines
496 B
C
/*
|
|
* Copyright (c) 1995 FirePower Systems, Inc.
|
|
* DO NOT DISTRIBUTE without permission
|
|
*
|
|
* $RCSfile: pxrtcsup.h $
|
|
* $Revision: 1.7 $
|
|
* $Date: 1996/05/14 02:35:17 $
|
|
* $Locker: $
|
|
*/
|
|
|
|
/*++
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
pxrtcsup.h
|
|
|
|
Abstract:
|
|
|
|
The module defines the structures, and defines for the DALLAS rtc chip.
|
|
|
|
Author:
|
|
|
|
Jim Wooldridge
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
#ifndef PXRTCSUP_H
|
|
#define PXRTCSUP_H
|
|
|
|
#include "fpds1385.h"
|
|
|
|
#endif // PXRTCSUP_H
|