X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Factbl.h;h=ed53f842dad48fe95785dc700b2d9960d5292667;hb=99532559dc7a8e686b2cef14c780a7ad5dbd4a31;hp=a46f406e1c94528c79034886dc94c0c130535116;hpb=64e47488c913ac704d465a6af86a26786d1412a5;p=linux-2.6 diff --git a/include/acpi/actbl.h b/include/acpi/actbl.h index a46f406e1c..ed53f842da 100644 --- a/include/acpi/actbl.h +++ b/include/acpi/actbl.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2005, R. Byron Moore + * Copyright (C) 2000 - 2006, R. Byron Moore * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -44,6 +44,12 @@ #ifndef __ACTBL_H__ #define __ACTBL_H__ +/* + * Note about bitfields: The u8 type is used for bitfields in ACPI tables. + * This is the only type that is even remotely portable. Anything else is not + * portable, so do not use any other bitfield types. + */ + /* * Values for description table header signatures */