Changeset 7632906 in rtems for bsps/arm/raspberrypi/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/raspberrypi/clock/clockdrv.c

    r5c5b021 r7632906  
    2727#include <rtems/timecounter.h>
    2828
    29 /* This is defined in ../../../shared/clockdrv_shell.h */
     29/* This is defined in ../../../shared/dev/clock/clockimpl.h */
    3030void Clock_isr(rtems_irq_hdl_param arg);
    3131
     
    112112#define CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR 1
    113113
    114 #include "../../../shared/clockdrv_shell.h"
     114#include "../../../shared/dev/clock/clockimpl.h"
Note: See TracChangeset for help on using the changeset viewer.