#ifndef _ASM_UV_GEO_H
#define _ASM_UV_GEO_H
#define GEOID_SIZE …
struct geo_common_s { … };
struct geo_node_s { … };
struct geo_rtr_s { … };
struct geo_iocntl_s { … };
struct geo_pcicard_s { … };
struct geo_cpu_s { … };
struct geo_mem_s { … };
geoid_u;
#define GEO_MAX_LEN …
#define GEO_TYPE_INVALID …
#define GEO_TYPE_MODULE …
#define GEO_TYPE_NODE …
#define GEO_TYPE_RTR …
#define GEO_TYPE_IOCNTL …
#define GEO_TYPE_IOCARD …
#define GEO_TYPE_CPU …
#define GEO_TYPE_MEM …
#define GEO_TYPE_MAX …
static inline int geo_rack(union geoid_u g)
{ … }
static inline int geo_slot(union geoid_u g)
{ … }
static inline int geo_blade(union geoid_u g)
{ … }
#endif