12345678910111213141516 |
- /*
- * Geode GX video device
- *
- * Copyright (C) 2006 Arcom Control Systems Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- */
- #ifndef __VIDEO_GX_H__
- #define __VIDEO_GX_H__
- extern struct geode_vid_ops gx_vid_ops;
- #endif /* !__VIDEO_GX_H__ */
|