mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
0a58458341
All the simple microblaze header files were adapted to use their asm-generic implementations. These files are more simple and were quite straightforward to change. fb.h, vga.h and parport.h previously did not exist, using the generic version makes it possible to build more drivers successfully in allyesonfig. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
17 lines
402 B
C
17 lines
402 B
C
/*
|
|
* Copyright (C) 2006 Atmark Techno, Inc.
|
|
*
|
|
* 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 _ASM_MICROBLAZE_TIMEX_H
|
|
#define _ASM_MICROBLAZE_TIMEX_H
|
|
|
|
#include <asm-generic/timex.h>
|
|
|
|
#define CLOCK_TICK_RATE 1000 /* Timer input freq. */
|
|
|
|
#endif /* _ASM_TIMEX_H */
|