retire PUBLIC, PRIVATE and FORWARD

This commit is contained in:
Ben Gras
2012-03-25 20:25:53 +02:00
parent 6a73e85ad1
commit 7336a67dfe
603 changed files with 5776 additions and 5779 deletions

View File

@@ -15,15 +15,15 @@
#if USE_VDEVIO
/* Buffer for SYS_VDEVIO to copy (port,value)-pairs from/ to user. */
PRIVATE char vdevio_buf[VDEVIO_BUF_SIZE];
PRIVATE pvb_pair_t * const pvb = (pvb_pair_t *) vdevio_buf;
PRIVATE pvw_pair_t * const pvw = (pvw_pair_t *) vdevio_buf;
PRIVATE pvl_pair_t * const pvl = (pvl_pair_t *) vdevio_buf;
static char vdevio_buf[VDEVIO_BUF_SIZE];
static pvb_pair_t * const pvb = (pvb_pair_t *) vdevio_buf;
static pvw_pair_t * const pvw = (pvw_pair_t *) vdevio_buf;
static pvl_pair_t * const pvl = (pvl_pair_t *) vdevio_buf;
/*===========================================================================*
* do_vdevio *
*===========================================================================*/
PUBLIC int do_vdevio(struct proc * caller, message * m_ptr)
int do_vdevio(struct proc * caller, message * m_ptr)
{
/* Perform a series of device I/O on behalf of a non-kernel process. The
* I/O addresses and I/O values are fetched from and returned to some buffer