Changeset ab31e8e1 in rtems


Ignore:
Timestamp:
10/09/14 17:55:52 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
4977f07e
Parents:
bc77bda
git-author:
Joel Sherrill <joel.sherrill@…> (10/09/14 17:55:52)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/10/14 15:17:17)
Message:

gumstix/include/bsp.h: Do not include libchip/serial to avoid conflicts when building libchip/rtc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/gumstix/include/bsp.h

    rbc77bda rab31e8e1  
    2626#include <rtems/console.h>
    2727#include <rtems/clockdrv.h>
    28 #include <libchip/serial.h>
    2928
    3029/**
     
    4645#define BSP_MAX_INT AT91RM9200_MAX_INT
    4746
     47/*
     48 * forward reference the type to avoid conflicts between libchip serial
     49 * and libchip rtc get and set register types.
     50 */
     51typedef struct _console_tbl console_tbl;
    4852console_tbl *BSP_get_uart_from_minor(int minor);
     53
    4954static inline int32_t BSP_get_baud(void) {return 115200;}
    5055
Note: See TracChangeset for help on using the changeset viewer.