aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/geode/video_gx.h
blob: 79f6e818a6f4bae4debb98e0e92e764261be6755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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__ */