2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 00:35:35 +00:00

another 2.2 fix

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1661 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-12-04 02:30:49 +00:00
parent eff5784a1a
commit 92aa2a384a

View File

@@ -18,6 +18,11 @@
#include "version.h"
#include "dmi_scan.h"
/* for 2.2 kernels */
#ifndef isa_memcpy_fromio
#define isa_memcpy_fromio(a,b,c) memcpy_fromio((a),(b),(c))
#endif
struct dmi_header
{
u8 type;