tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / southbridge / broadcom / bcm5785 / bcm5785.h
blob349c61222c8b04501699e1180ed4daff25b7274b
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2005 AMD
5 * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 #ifndef BCM5785_H
18 #define BCM5785_H
20 #include "chip.h"
22 #ifndef __PRE_RAM__
23 void bcm5785_enable(device_t dev);
24 #else
25 void enable_fid_change_on_sb(unsigned sbbusn, unsigned sbdn);
26 #endif
28 void ldtstop_sb(void);
29 unsigned get_sbdn(unsigned bus);
31 #endif /* BCM5785_H */