Changeset 7632906 in rtems for bsps/arm/csb336/clock


Ignore:
Timestamp:
04/19/18 04:35:52 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
58adad4
Parents:
5c5b021
git-author:
Sebastian Huber <sebastian.huber@…> (04/19/18 04:35:52)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/20/18 07:57:01)
Message:

bsps: Move clock drivers to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • bsps/arm/csb336/clock/clockdrv.c

    r5c5b021 r7632906  
    1818#include <rtems/bspIo.h>  /* for printk */
    1919
    20 /* this is defined in ../../../shared/clockdrv_shell.h */
     20/* this is defined in ../../../shared/dev/clock/clockimpl.h */
    2121void Clock_isr(rtems_irq_hdl_param arg);
    2222static void clock_isr_on(const rtems_irq_connect_data *unused);
     
    132132/* Make sure to include this, and only at the end of the file */
    133133
    134 #include "../../../../libbsp/shared/clockdrv_shell.h"
     134#include "../../../shared/dev/clock/clockimpl.h"
Note: See TracChangeset for help on using the changeset viewer.