]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/lguest/lg.h
mbxfb: Improvements and new features
[linux-2.6-omap-h63xx.git] / drivers / lguest / lg.h
index 269116eee85f93944485270e06933c8653861ee3..64f0abed317c2fbb6afe4c7d3ca881c163353ef7 100644 (file)
@@ -256,6 +256,7 @@ unsigned long get_dma_buffer(struct lguest *lg, unsigned long key,
 
 /* hypercalls.c: */
 void do_hypercalls(struct lguest *lg);
+void write_timestamp(struct lguest *lg);
 
 /*L:035
  * Let's step aside for the moment, to study one important routine that's used