common/recipes-lib/ras/files/ras.h (4 lines of code) (raw):

#ifndef _RAS_H_ #define _RAS_H_ #include "obmc-ras.h" /* this file provides platform specific definitions (while the * platform independent definitions should go to obmc-ras.h). * anything added to the platform specific ras.h must be specific * to that platform. if it can be common, please move it to * obmc-ras.h */ #endif //_RAS_H_