summaryrefslogtreecommitdiff
path: root/cpsw/src/include/delay.h
blob: 507d17750f46cd42439a800a294e3aa2feca9417 (plain)
1
2
3
4
#ifndef DELAY_H
#define DELAY_H
void delay(unsigned int ms);
#endif