mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
494 B
30 lines
494 B
|
|
/*++
|
|
|
|
Copyright (c) 1994 NeTpower, Inc.
|
|
|
|
Module Name:
|
|
|
|
fxnvram.c
|
|
|
|
Abstract:
|
|
|
|
This routine contains the code needed to deal with the NVRAM structures on Falcon.
|
|
Note, Flash is being used for NVRAM as well as the NVRAM in the Sidewinder chip.
|
|
This is a file that should be shared between the firmware and HAL.
|
|
|
|
--*/
|
|
|
|
#include "halp.h"
|
|
#include "pcieisa.h"
|
|
|
|
#if defined(_FALCON_HAL_)
|
|
|
|
#include "eisa.h"
|
|
|
|
#endif // _FALCON_HAL_
|
|
|
|
#define GENERATE_NVRAM_CODE
|
|
#include "falnvram.h"
|
|
|
|
|