13 lines
133 B
C
13 lines
133 B
C
|
#include <gpexbe_qos.h>
|
||
|
|
||
|
int gpexbe_qos_init()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
void gpexbe_qos_term()
|
||
|
{
|
||
|
/* TODO: unset and unregister */
|
||
|
return;
|
||
|
}
|