Plan 9 from Bell Labs’s /sys/src/pub/doc/beagle/igepv2/powervr/pvrglue.h

Copyright © 2021 Plan 9 Foundation
Distributed under the MIT License.
Download the Plan 9 distribution.


/* -*- Mode: C; tab-width: 4; indent-tabs-mode: 't; c-basic-offset: 4 -*-
 *
 * Name         : $RCSfile: pvrglue.h $
 *
 * Copyright    : 2002 by Imagination Technologies Limited. 
 *                  All rights reserved.
 *                  No part of this software, either material or conceptual 
 *                  may be copied or distributed, transmitted, transcribed,
 *                  stored in a retrieval system or translated into any 
 *                  human or computer language in any form by any means,
 *                  electronic, mechanical, manual or other-wise, or 
 *                  disclosed to third parties without the express written
 *                  permission of:
 *                             Imagination Technologies Limited, 
 *                             HomePark Industrial Estate, 
 *                             Kings Langley, 
 *                             Hertfordshire,
 *                             WD4 8LZ, 
 *                             UK
 *
 * Description  : kernel independent glue code header
 *
 * Version	 	: $Revision: 1.2 $
 *
 ****************************************************************************/

#ifndef PVRGLUE_H
#define PVRGLUE_H

struct inode;
struct file;

int pmxcore_ioctl(struct inode *inode, struct file *file,
				  unsigned int cmd, unsigned long arg);

int pmxcore_init_cards(void);

void pmxcore_takedown(void);

extern int pmxcore_driver_init;

#endif

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.