kmilo
README.sonypi.h
Go to the documentation of this file.00001 /* 00002 Copyright 2003, 2004: Mirko Boehm <mirko@kde.org> 00003 Licensed under the terms of the LGPL. 00004 00005 This file explains the bad hack of copying the sonypi.h header file into this 00006 directory: 00007 ----------------------------------------------------------------------------- 00008 00009 Along with glibc, an outdated header snapshot is installed. The event 00010 definitions in include/linux/sonypi.h in newer kernels differ too much from 00011 it. Since the code shipped here depends on the proper event definitions, I 00012 decided to ship a copy of a more up to date include file here. 00013 00014 The solution is not optimal, but it works, and I try to keep the files in this 00015 directory up to date. 00016 00017 If somebody knows a better solution, please let me know at <mirko@kde.org>. 00018 */ 00019 00020 #ifndef README_SONYPI_H 00021 #define README_SONYPI_H 00022 #endif // README_SONYPI_H
KDE 4.0 API Reference