46f7a54d8c
* This should only affect systems where the CPU ids aren't sequential (mostly non Intel). * Fixes #9807.
13 lines
280 B
C
13 lines
280 B
C
/*
|
|
* Copyright 2010-2011, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
|
|
* Distributed under the terms of the MIT license.
|
|
*/
|
|
#ifndef _KERNEL_ARCH_x86_MSI_PRIV_H
|
|
#define _KERNEL_ARCH_x86_MSI_PRIV_H
|
|
|
|
|
|
void msi_init(kernel_args* args);
|
|
|
|
|
|
#endif // _KERNEL_ARCH_x86_MSI_PRIV_H
|