I´m writing a device driver module for a camera and have to wait half a second after resetting the camera board. Is there a simple way to do this hardware independent? I guess the kernel provides a delay function, but what ist the header file to include? |