Mercurial > templog
view network/clock.h @ 107:56d09a0969b5 avr-http
Import uIP and the PPP implementation from
https://code.google.com/p/avrusbmodem/
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 07 Sep 2012 23:53:53 +0800 |
parents | |
children |
line wrap: on
line source
#ifndef __CLOCK_ARCH_H__ #define __CLOCK_ARCH_H__ #include <stdint.h> typedef uint16_t clock_time_t; #define CLOCK_SECOND 100 void clock_init(void); clock_time_t clock_time(void); #endif /* __CLOCK_ARCH_H__ */