/* Copyright (C) 2006 Ikanos Communications * See IKANOS_PROP_LICENSE.txt for license information. */ // =========================================================================== // // File name : $RCSfile: apprehdr.h,v $ // Description : This describes the pre-header that exists at the start // of each data buffer. // =========================================================================== #ifndef _APPREHDR_H_ #define _APPREHDR_H_ #include "apconf.h" #if defined(IS_VX185) && (IS_VX185) #include "vx185/apprehdr_vx185.h" #else #include "vx180/apprehdr_vx180.h" #endif #endif /* _APPREHDR_H_ */