#ifndef __TOD_REGISTER_ADDRESSES_H__ #define __TOD_REGISTER_ADDRESSES_H__ // $Id: tod_register_addresses.h,v 1.1.1.1 2013/12/11 21:03:25 bcbrock Exp $ // $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ssx/pgp/registers/tod_register_addresses.h,v $ //----------------------------------------------------------------------------- // *! (C) Copyright International Business Machines Corp. 2013 // *! All Rights Reserved -- Property of IBM // *! *** IBM Confidential *** //----------------------------------------------------------------------------- /// \file tod_register_addresses.h /// \brief Symbolic addresses for the TOD unit // *** WARNING *** - This file is generated automatically, do not edit. #define TOD_PIB_BASE 0x00040000 #define TOD_VALUE_REG 0x00040020 #endif // __TOD_REGISTER_ADDRESSES_H__