xref: /haiku/headers/private/kernel/arch/x86/msi_priv.h (revision f8da8f3477d3c18142e59d17d05a545982faa5a8)
1 /*
2  * Copyright 2010-2011, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
3  * Distributed under the terms of the MIT license.
4  */
5 #ifndef _KERNEL_ARCH_x86_MSI_PRIV_H
6 #define _KERNEL_ARCH_x86_MSI_PRIV_H
7 
8 
9 void msi_init(kernel_args* args);
10 
11 
12 #endif // _KERNEL_ARCH_x86_MSI_PRIV_H
13