#ifndef __PMLOAD_H__ #define __PMLOAD_H__ //----- functions to be exported ----------------------------------------------- extern unsigned long PmRead16Bits (unsigned long m_PmCellAddr); extern unsigned long PmRead32Bits (unsigned long m_PmCellAddr); #endif