blob: d2cba88f75d6326ba15f34d40ae38dc3c50a18e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#ifndef __LINUX_I8253_H
#define __LINUX_I8253_H
#include <asm/i8253.h>
#endif /* __LINUX_I8253_H */
|