usim

Check-in [6d8b526a75]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:uch11-backend.h: Include <pthread.h>.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | ams/sdl
Files: files | file ages | folders
SHA3-256: 6d8b526a755331e13528c5d3ea1a0a51d7f7a46cd4b79de80b338bba9f0f36a4
User & Date: ams 2024-06-26 05:04:09
Context
2024-06-26
08:17
Bunch of minor cleanups. check-in: 2d70efbcc9 user: ams tags: ams/sdl
05:04
uch11-backend.h: Include <pthread.h>. check-in: 6d8b526a75 user: ams tags: ams/sdl
2024-06-25
16:46
uch11: Random declaration fixes. check-in: a92489a346 user: ams tags: ams/sdl
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to uch11-backend.h.

1


2
3
4
5
6
7
8
#pragma once



enum
{
	CHAOS_CSR_TIMER_INTERRUPT_ENABLE = (01 << 00),	/* CHBUSY */
	CHAOS_CSR_LOOP_BACK = (01 << 01),	/* CHLPBK */
	CHAOS_CSR_RECEIVE_ALL = (01 << 02),	/* CHSPY */
	CHAOS_CSR_RECEIVER_CLEAR = (01 << 03),

>
>







1
2
3
4
5
6
7
8
9
10
#pragma once

#include <pthread.h>

enum
{
	CHAOS_CSR_TIMER_INTERRUPT_ENABLE = (01 << 00),	/* CHBUSY */
	CHAOS_CSR_LOOP_BACK = (01 << 01),	/* CHLPBK */
	CHAOS_CSR_RECEIVE_ALL = (01 << 02),	/* CHSPY */
	CHAOS_CSR_RECEIVER_CLEAR = (01 << 03),