41 lines
1 KiB
Text
41 lines
1 KiB
Text
/******************************************************************************
|
|
* Copyright (c) 2004, 2011 IBM Corporation
|
|
* All rights reserved.
|
|
* This program and the accompanying materials
|
|
* are made available under the terms of the BSD License
|
|
* which accompanies this distribution, and is available at
|
|
* http://www.opensource.org/licenses/bsd-license.php
|
|
*
|
|
* Contributors:
|
|
* IBM Corporation - initial implementation
|
|
*****************************************************************************/
|
|
|
|
cod(virtio-setup-vd)
|
|
|
|
cod(virtio-vring-size)
|
|
cod(virtio-get-qsize)
|
|
cod(virtio-get-config)
|
|
|
|
cod(virtio-blk-init)
|
|
cod(virtio-blk-shutdown)
|
|
cod(virtio-blk-read)
|
|
cod(virtio-blk-write)
|
|
|
|
cod(virtio-scsi-init)
|
|
cod(virtio-scsi-shutdown)
|
|
cod(virtio-scsi-send)
|
|
|
|
cod(virtio-fs-init)
|
|
cod(virtio-fs-shutdown)
|
|
cod(virtio-fs-load)
|
|
|
|
cod(virtio-net-open)
|
|
cod(virtio-net-close)
|
|
cod(virtio-net-read)
|
|
cod(virtio-net-write)
|
|
|
|
cod(virtio-serial-init)
|
|
cod(virtio-serial-shutdown)
|
|
cod(virtio-serial-putchar)
|
|
cod(virtio-serial-getchar)
|
|
cod(virtio-serial-haschar)
|