Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2468 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __MAIN_H__ |
29 | #ifndef BOOT_mips32_MAIN_H_ |
30 | #define __MAIN_H__ |
30 | #define BOOT_mips32_MAIN_H_ |
31 | 31 | ||
32 | /** Align to the nearest higher address. |
32 | /** Align to the nearest higher address. |
33 | * |
33 | * |
34 | * @param addr Address or size to be aligned. |
34 | * @param addr Address or size to be aligned. |
35 | * @param align Size of alignment, must be power of 2. |
35 | * @param align Size of alignment, must be power of 2. |