source: buchla-68k/libsm/memsetw.x@ c59409e

Last change on this file since c59409e was c59409e, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Volatile hardware accesses.

  • Property mode set to 100644
File size: 502 bytes
Line 
1/*
2 =============================================================================
3 memsetw.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
13 external functions
14 =============================================================================
15*/
16
17extern volatile void *memsetw(volatile void *vp, uint16_t s, int16_t n);
Note: See TracBrowser for help on using the repository browser.