;;; -*- Mode:LISP; Package:SYSTEM-INTERNALS; Cold-Load:T; Base:8; Readtable:ZL -*-

;;; This file contains the definitions for the share mini ethernet system.
;;; Idea is, this form of mini is the secondary processor on a 2x2 or 3x3.

(defun mini-share-ethernet-reset ()
  (set-up-chaos-channels))

(defun mini-share-transmit-16b-array (from-ether-host to-ether-host array nwords e-type)
  )

(defun mini-share-receive-ethernet-16b-array (array)
  )

(defun mini-share-pkt-available ()
  )

