mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 15:40:50 +00:00
12 lines
282 B
C
12 lines
282 B
C
|
/*
|
||
|
* 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 */
|