Changeset a660e9dc in rtems for bsps/i386/pc386


Ignore:
Timestamp:
09/08/22 08:37:05 (9 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
88f4d44f
Parents:
3803757
git-author:
Sebastian Huber <sebastian.huber@…> (09/08/22 08:37:05)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/19/22 07:09:22)
Message:

Do not use RTEMS_INLINE_ROUTINE

Directly use "static inline" which is available in C99 and later. This brings
the RTEMS implementation closer to standard C.

Close #3935.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/i386/pc386/include/edid.h

    r3803757 ra660e9dc  
    3535
    3636#include <rtems/score/basedefs.h>
    37 #define EDID_INLINE_ROUTINE     RTEMS_INLINE_ROUTINE
     37#define EDID_INLINE_ROUTINE     static inline
    3838
    3939/*  VESA Enhanced Extended Display Identification Data (E-EDID) Proposed
Note: See TracChangeset for help on using the changeset viewer.