Put pciehci.device in DEVS:USBHardware, like the other host-controller
[AROS.git] / test / library / getchildvalue.c
blob45e93129060b27ef8438d1b8d460e490df5afd80
1 /*
2 * This is part of userel.library to check if it can access global variable
3 * defined in pertask.library.
4 */
6 #include "pertaskvalue.h"
8 int GetChildValue(void)
10 return pertaskvalue;