repo.or.cz
/
contiki-2.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Enable radio stats in sensor cgi as default
[contiki-2.x.git]
/
cpu
/
avr
/
dev
/
flash.h
blob
9e084d250c7a22e5ab2f4c45001ccbd9d8be9e0e
1
#ifndef __FLASH_H__
2
#define __FLASH_H__
3
4
#include <inttypes.h>
5
6
void
flash_write_page
(
uint32_t
page
,
uint8_t
*
buf
);
7
8
#endif
/* __FLASH_H__ */