ar71xx: replace the madwifi profile with an ath5k profile
[openwrt.git] / package / lqtapi / src / mps / vmmc-coder.h
1
2 struct vmmc_coder {
3 struct vmmc *vmmc;
4 unsigned int id;
5
6 struct vmmc_module module;
7
8 unsigned int enabled;
9
10 uint32_t cmd_cache[4];
11 uint32_t jitter_buffer_cache[3];
12
13 struct tapi_stream *stream;
14 };
This page took 0.046121 seconds and 5 git commands to generate.