mshutdown/mioctl

This commit is contained in:
Kelvin Sherlock 2012-05-06 17:43:09 -04:00
parent 51e1b69e46
commit 69a5fb0a6b
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ int driver(
break;
case PRU_CONTROL:
return mioctl(e, p1, p2, p3, p4, p5);
break;
case PRU_DETACH:
@ -145,6 +146,7 @@ int driver(
break;
case PRU_SHUTDOWN:
return mshutdown(e, p1, p2, p3, p4, p5);
break;
case PRU_SOCKADDR: