* 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:
parent
a2f38e3c28
commit
3179449933
@ -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.
|
||||
*/
|
@ -23,7 +23,7 @@
|
||||
#include <util/AutoLock.h>
|
||||
|
||||
#include "ATACommands.h"
|
||||
#include "ATAInfoblock.h"
|
||||
#include "ATAInfoBlock.h"
|
||||
#include "ATATracing.h"
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <ByteOrder.h>
|
||||
#include <KernelExport.h>
|
||||
|
||||
#include <ATAInfoblock.h>
|
||||
#include <ATAInfoBlock.h>
|
||||
|
||||
#include "ahci_controller.h"
|
||||
#include "ahci_tracing.h"
|
||||
|
Loading…
Reference in New Issue
Block a user