1/*
2 * Copyright 2007, François Revol <revol@free.fr>.
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
5
6#include "pci_apple.h"
7
8#include <stdlib.h>
9#include <string.h>
10
11#include <KernelExport.h>
12
13
14status_t
15m68k_apple_pci_controller_init(void)
16{
17	return B_OK;
18}
19
20
21// #pragma mark - support functions
22
23
24