master/globals.h
changeset 883 4963e22a267a
parent 872 d4e0380d63b3
child 989 816663ca9370
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    35  * Global definitions and macros.
    35  * Global definitions and macros.
    36  */
    36  */
    37 
    37 
    38 /*****************************************************************************/
    38 /*****************************************************************************/
    39 
    39 
    40 #ifndef _EC_MASTER_GLOBALS_
    40 #ifndef __EC_MASTER_GLOBALS_H__
    41 #define _EC_MASTER_GLOBALS_
    41 #define __EC_MASTER_GLOBALS_H__
    42 
    42 
    43 #include <linux/types.h>
    43 #include <linux/types.h>
    44 
    44 
    45 #include "../globals.h"
    45 #include "../globals.h"
    46 
    46