include/linux/connector.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
equal deleted inserted replaced
1:0056487c491e 2:d1f6d8b6f81c
    20  */
    20  */
    21 
    21 
    22 #ifndef __CONNECTOR_H
    22 #ifndef __CONNECTOR_H
    23 #define __CONNECTOR_H
    23 #define __CONNECTOR_H
    24 
    24 
    25 #include <asm/types.h>
    25 #include <linux/types.h>
    26 
    26 
    27 #define CN_IDX_CONNECTOR		0xffffffff
    27 #define CN_IDX_CONNECTOR		0xffffffff
    28 #define CN_VAL_CONNECTOR		0xffffffff
    28 #define CN_VAL_CONNECTOR		0xffffffff
    29 
    29 
    30 /*
    30 /*