/* * Placeholder for code to come(needed to complete build) * * Copyright (C) 2013 Alexandru Gagniuc * Subject to the GNU GPL v2, or (at your option) any later version. */ #include #include void init_timer(void) { /* Stub */ } void udelay(unsigned usec) { /* Stub */ }