osd-contiki/board/lowlevel.h
Mariano Alvira 0c4f5c61ef need a way to run board specific lowlevel inits
like for vreg. this is a start.
2010-02-24 18:47:53 -05:00

7 lines
77 B
C

#ifndef LOWLEVEL_H
#define LOWLEVEL_H
void default_vreg_init(void);
#endif