OpenCores
URL https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk

Subversion Repositories qaz_libs

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /qaz_libs/trunk/cli
    from Rev 24 to Rev 27
    Reverse comparison

Rev 24 → Rev 27

/cli/sys_cmd.h
33,7 → 33,7
#define MAX_CMD_LENGTH 20
#define MAX_CLI_ARGC 6
 
// #include <xil_printf.h>
#include <xil_printf.h>
 
// #define ANSI_ESCAPE_CODE
 
/util/types.h
31,17 → 31,17
// /*
// * These aren't exported outside the kernel to avoid name space clashes
// */
typedef signed char s8;
typedef unsigned char u8;
// typedef signed char s8;
// typedef unsigned char u8;
 
typedef signed short s16;
typedef unsigned short u16;
// typedef signed short s16;
// typedef unsigned short u16;
 
typedef signed int s32;
typedef unsigned int u32;
// typedef signed int s32;
// typedef unsigned int u32;
 
typedef signed long long s64;
typedef unsigned long long u64;
// typedef signed long long s64;
// typedef unsigned long long u64;
 
// #define BITS_PER_LONG 32
 
/util/uboot_lib.h
37,6 → 37,8
#include <stdio.h>
#include <ctype.h>
 
#include "xil_printf.h"
 
#undef CONFIG_ARCH_MAP_SYSMEM
#include "mapmem.h"
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.