00001 00014 #ifndef __QOS_UL_H__ 00015 #define __QOS_UL_H__ 00016 00017 #ifdef __i386__ 00018 # include "qos_ul_i386.h" 00019 #else 00020 # include "qos_ul_other.h" 00021 #endif 00022 00023 #endif