driver.h - missing guardian

This commit is contained in:
Tomas Hruby 2010-07-29 10:53:50 +00:00
parent 4510dddae4
commit 170b420d07

View file

@ -1,3 +1,6 @@
#ifndef __MINIX_DRIVER_H__
#define __MINIX_DRIVER_H__
/* Types and constants shared between the generic and device dependent
* device driver code.
*/
@ -95,3 +98,5 @@ extern u8_t *tmp_buf; /* the DMA buffer */
extern u8_t tmp_buf[]; /* the DMA buffer */
#endif
extern phys_bytes tmp_phys; /* phys address of DMA buffer */
#endif /* __MINIX_DRIVER_H__ */