diff options
author | reinelt <> | 2001-03-12 13:44:58 +0000 |
---|---|---|
committer | reinelt <> | 2001-03-12 13:44:58 +0000 |
commit | fa9a4511b4aef7536ec10128d2b54aff0d117958 (patch) | |
tree | c028a9c468ef0c5d0389572fc8363c51e854e9c5 /config.h.in | |
parent | 7c590af02f8eb79170bec839281e17eea94085ea (diff) | |
download | lcd4linux-fa9a4511b4aef7536ec10128d2b54aff0d117958.tar.gz |
[lcd4linux @ 2001-03-12 13:44:58 by reinelt]
new udelay() using Time Stamp Counters
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 5e4090f..a52c5c4 100644 --- a/config.h.in +++ b/config.h.in @@ -99,6 +99,9 @@ /* Define if you have the <asm/io.h> header file. */ #undef HAVE_ASM_IO_H +/* Define if you have the <asm/msr.h> header file. */ +#undef HAVE_ASM_MSR_H + /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H |