/*============================================================================= Name: func.h Abs: Purpose of the header file. Reference design documentation here. Auth: dd-mmm-200y, Joe Schmoe (JXS): Rev: dd-mmm-200y, Tom Slick (TXS): -----------------------------------------------------------------------------*/ #include "copyright_SLAC.h" /* SLAC copyright comments */ /*----------------------------------------------------------------------------- Mod: (newest to oldest) DD-MMM-YYYY, My Name: Changed such and such to so and so. etc. etc. DD-MMM-YYYY, Your Name: More changes ... The ordering of the revision history should be such that the NEWEST changes are at the HEAD of the list. =============================================================================*/ #ifndef FUNC_H #define FUNC_H #endif /* guard */