struct app_sel_info_1 {
unsigned long asi1_reserved;
unsigned short asi1_count;
};
where:
struct app_sel_info_200 { unsigned long asi200_count;
} app_sel_info_200_t;
where asi200_count is identical to asi1_count except that
it is now an unsigned long.