| 178 | } |
| 179 | |
| 180 | static int |
| 181 | test_bit_ring_setup(void) |
| 182 | { |
| 183 | test_ring_setup(&ring, &portid); |
| 184 | printf("port in ring setup : %d\n", portid); |
| 185 | |
| 186 | return TEST_SUCCESS; |
| 187 | } |
| 188 | |
| 189 | static void |
| 190 | test_bit_ring_free(void) |
nothing calls this directly
no test coverage detected