/* * SH7722/SH7723 Graphics Device * * Copyright (C) 2006-2008 IGEL Co.,Ltd * * Written by Denis Oliver Kropp * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License v2 * as published by the Free Software Foundation. */ #ifndef __SH7723_H__ #define __SH7723_H__ int sh7723_init( void ); void sh7723_exit( void ); #endif