* Renamed ATAInfoblock.h to ATAInfoBlock.h.

* Fixed copyright as pointed out by Ingo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36480 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-04-26 09:13:12 +00:00
parent a2f38e3c28
commit 3179449933
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2010, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2010, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2009, Michael Lotz, mmlr@mlotz.ch.
* Distributed under the terms of the MIT License.
*/

View File

@ -23,7 +23,7 @@
#include <util/AutoLock.h>
#include "ATACommands.h"
#include "ATAInfoblock.h"
#include "ATAInfoBlock.h"
#include "ATATracing.h"

View File

@ -13,7 +13,7 @@
#include <ByteOrder.h>
#include <KernelExport.h>
#include <ATAInfoblock.h>
#include <ATAInfoBlock.h>
#include "ahci_controller.h"
#include "ahci_tracing.h"